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

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

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

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

body{
	background-color : #660000;
}

h1{
	color : #FFFFFF;
	font-family : "Copperplate Gothic Light";
	font-size : 300%;
	font-style : normal;
	font-weight : normal;
}

h2{
	color : black;
	font-family : "Copperplate Gothic Light";
	font-size : 200%;
	font-style : normal;
	font-weight : normal;
}

#list{
	color : #000000;
	font-family : Verdana,arial, sans-serif;
	font-size : 16px;
	font-style : normal;
	font-weight : normal;
	text-align:left;
}

.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{
	color : #FFFF66;
	font-family : "Kunstler Script","palace script MT" , serif;
	font-size : 150%;
	font-style : italic;
	font-weight : normal;
}

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

#menu{
	color : White;
	font-family : Verdana,arial, sans-serif;
	font-size : 16px;
	font-style : normal;
	font-weight : normal;
}

#pink{
	color : #FF6666;
	font-family : "times new roman",serif;
	font-size : 30px;
	font-weight : normal;
}

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

#straight{
	color : #FFFFFF;
	font-family : Verdana,arial, sans-serif;
	font-size : 14px;
	font-weight : normal;
}

#yellow{
	color : #FFFF66;
	font-family : Verdana,arial, sans-serif;
	font-size : 18px;
	font-weight : normal;
}
#content{
	background-color : #FFFFCC;
}
