/*
*******************************************************************************************
** This is style sheet created for La Oma Web Site
** Author	: Juliana Goeinawan
** Date		 : March 16, 2009
**
** This style sheet can be modified and used with the author's permission
*******************************************************************************************
*/

BODY
{
	background-repeat : no-repeat;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	margin : 0 0 0 0;
	text-align : left;
	text-decoration : none;
	text-indent : 0px;
	color: #FFFFFF;
}

A:LINK
{
	background-repeat : no-repeat;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	margin : auto auto auto;
	text-align : left;
	text-decoration : none;
	text-indent : 0px;
	color : #FFFFFF;
}

A:VISITED
{
	background-repeat : repeat;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	margin : auto auto auto;
	text-align : left;
	text-decoration : none;
	text-indent : 0px;
	color : #555555;
}

A:HOVER
{
	background-repeat : repeat;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	margin : auto auto auto;
	text-align : left;
	text-indent : 0px;
	color : #BBD0D9;
}

/* --TITLE PAGE-- */
H1
{
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size : 30px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : normal;
	text-align : center;
	text-valign : center;
	text-decoration : none;
	text-indent : 0px;
	color : #FFFFFF;
	vertical-align: bottom;
}

/* --SubTitle Machine - Grey -- */
H2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-style : bold;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	text-align : left;
	text-decoration : none;
	text-indent : 0px;
	color : #FF9900;
	letter-spacing: normal;
}

/* -- Footer -- */
H3
{
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size : x-small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	text-align : center;
	text-decoration : none;
	text-indent : 0px;
	color : #7E7B86;
	vertical-align: middle;
}

/* -- FOOTER -- */
H4
{
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size : xx-small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	text-align : center;
	text-decoration : none;
	text-indent : 0px;
	color : #ffffff;
}
