:link {
	color : #0000CC;
	text-decoration : none;
}

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

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

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

body{
	background-color : #FFFFFF;
	color : #000000;
	margin-left : 20px;
	margin-right : 20px;
	margin-top : 20px;
}

h1{
	color : #FF0000;
	font-family : "Bradley Hand ITC","Lucida Handwriting", arial, "sans serif";
	font-size : 60px;
}

h2{
	color : #FF0000;
	font-family : "arial",sans serif;
	font-size : 20px;
	font-style : italic;
	font-weight : lighter;
}

h3{
	font-family : "Abadi MT Condensed light","Architecture",serif;
	font-size : 130%;
	font-weight : bold;
}

h4{
	font-family : Verdana,arial, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
}

p{
	font-family : Verdana,arial, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : normal;
}

#green{
	background-color : #339900;
}

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

#list{
	color : #000000;
	font-family : "Times New Roman", serif;
	font-size : 120%;
	font-style : italic;
	font-weight : normal;
}

#red{
	background-color : #CC0000;
}

.red{
	background-color : #CC0000;
}
#right{
	float : right;
	padding : 0.5em;
}

