:link {
	color : #0000FF;
	text-decoration : underline;
}

:visited {
	color : #660066;
	text-decoration : underline;
}

:hover {
	color : #FF0000;
	text-decoration : underline;
}

:active {
	color : #FF0000;
	text-decoration : underline;
}

body{
	background-color : #FFFFFF;
}

h1{
	color : #FF0000;
	font-family : Arial, sans serif;
	font-size : 40px;
	font-style : normal;
	font-weight : normal;
}

h2{
	color : #0099FF;
	font-family : Arial,sans serif;
	font-size : 20px;
	font-style : normal;
	font-weight : normal;
}

h3{
	color : #000000;
	font-family : Verdana,arial, sans-serif;
	font-size : 30px;
	font-style : normal;
	font-weight : normal;
}

h4{
	color : #FF3333;
	font-family : "Comic Sans MF","Comic Sans MS", Arial,sans serif;
	font-size : 20px;
	font-style : normal;
	font-weight : normal;
}

h5{
	color : #008080;
	font-family : "Comic Sans MF","Comic Sans MS", Arial,sans serif;
	font-size : 20px;
	font-style : normal;
	font-weight : normal;
}

p{
	color : #000000;
	font-family : Verdana,arial, sans-serif;
	font-size : 85%;
	font-style : normal;
	font-weight : lighter;
}

#left{
	float : left;
	padding : 0.5em;
}

#right{
	float : right;
	padding : 0.5em;
}
#red{
	color : red;
}
#green{
	color : green;
}
#bggreen{
	background-color : Green;
	font-weight : bold;
}
