:link {
	color : #FF3300;
	text-decoration : none;
}

:visited {
	color : #FF0000;
	text-decoration : none;
}

:hover {
	background-color : #FFFFED;
	color : #FFCC00;
	text-decoration : none;
}

:active {
	background-color : #FFFFED;
	color : #FFCC00;
}

body{
	background-color : #FFFFFF;
}

h1{
	color : #009900;
	font-family : "Arial Black",sans serif;
	font-size : 45px;
	font-style : normal;
	font-weight : normal;
}

h2{
	font-family : "arial"sans serif;
	font-size : 25px;
	font-style : normal;
	font-weight : normal;
}

h3{
	background-color : #C0C0C0;
	font-size : 18px;
	font-weight : bold;
}

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

.r:link{
	background-color : none;
	color : #000000;
	text-decoration : none;
}

.r:visited{
	background-color : none;
	color : #000000;
	text-decoration : none;
}

.r:hover {
	background-color : none;
	color : #FFFF00;
	text-decoration : none;
}

.r:active {
	background-color : none;
	color : #FF0000;
	text-decoration : none;
}

#italic{
	font-family : "Monotype Corsiva"serif;
	font-size : 60px;
	font-style : italic;
	font-weight : normal;
}

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

#right{
	float : right;
	padding : 0.5em;
}
#red{
	color : Red;
	font-family : Verdana,arial, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
}