P  {
	font-size : 14px;
	font-family : arial;
	color : #ffffff;
}

H1  {
	font-size : 20px;
	font-family : arial;
	font-weight : bold;
	color : #ff6600;
}

H2  {
	font-size : 18px;
	font-family : arial;
	font-weight : bold;
	font-style : italic;
	color : #ff6600;
}

H3  {
	font-size : 16px;
	font-family : arial;
	font-weight : bold;
	color : #00ffff;
}

A  {
	color : #ff6600;
	font-weight : bold;
	font-family : arial;
	font-size : 14px;
	text-decoration: none;

}

A:Visited  {
	font-size : 14px;
	font-family : arial;
	font-weight : bold;
	color : #00FFFF;
	text-decoration: none;

}

A:Active  {
	font-size : 14px;
	font-family : arial;
	font-weight : bold;
	color : #00FFFF;
	text-decoration: none;

}

A:Hover  {
	font-size : 14px;
	font-family : arial;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration: none;

}

BODY  {
	font-size : 14px;
	font-family : arial;
	color : #000099;
	background : url(../assets/bg.jpg) repeat.jpg;
}
ul {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;

}
td {
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
}

