: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 : #FFFFCC;
}

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

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

h3{
	color : #009900;
	font-size : 20px;
	font-weight : bold;
}

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

#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;
}
