P  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

TD  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

TH  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

UL  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

OL  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

DL  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

DT  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

H1  {
		font-size : x-large;
		font-family : Arial;
		font-weight : bold;
		color : Black;
	}
	
H2  {
		font-size : large;
		font-family : Arial;
		font-weight : bold;
		font-style : normal;
		color : Black;
}
	
H3  {
	font-size : medium;
	font-family : Arial;
		font-weight : normal;
		font-style : normal;
		color : Black;
	}
	
A  {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	text-decoration : none;
}
	
A:Visited  {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	text-decoration : none;
}
	
A:Active  {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Red;
	text-decoration : none;
}
	
A:Hover  {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Yellow;
	text-decoration : underline;
	background-color : Red;
	text-transform : capitalize;
}
	
BODY  {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
}
