/*This is my stylesheet!*/
body 
{
	background-color:#4891fc;
	color:#ffffff;
	FONT-SIZE: 1em; FONT-FAMILY: Verdana,Arial,Helvetica; /*The font properties*/
	scrollbar-base-color: red; /*Scrollbar color*/
	scrollbar-arrow-color: yellow; /*Scrollbar arrow color*/
	scrollbar-DarkShadow-Color: blue; /*Scrollbar shadow color*/
}

img
{
vertical-align:top;
}

li
{
font-size:2em;
}

h1
{   
	background-color:#58fc9a;
	color:black;
	display: inline;
	font-size: 4em;
}

h2
{
	font-size: 3em;
}

h3
{ 
	display: inline;
	font-size: 2em;
}

p
{
	background-color:rgb(255,0,255);
	font-size: 3em;
}
	a:link {color:#FFC800; text-decoration: none}      /* unvisited link */
	a:visited {color:#FFC800; text-decoration: none}  /* visited link */
	a:hover {color:#aa00FF; text-decoration: none}  /* mouse over link */
/*	a:active {color:#0000FF;}*/  /* selected link */ 
TD {
	FONT-SIZE: LARGE; FONT-FAMILY: Verdana,Arial,Helvetica /*Properties of items inside of a table*/
}