:link {
	color : #3F5E60;
	text-decoration : none;
}

:visited {
	color : #3F5E60;
	text-decoration : none;
}

:hover {
	color : #292929;
}

:active {
	color : #0066FF;
	text-decoration : none;
}

body{
		background-color : #D8D8D8;
	}

h1{
	color : #494949;
	font-family : "book antiqua", serif;
	font-size : 40px;
	font-style : italic;
	font-weight : normal;
}
h2{color : #292929;
	font-family : Californian FB,book antiqua,serif;
	font-size : 12px;
	font-style : normal;
	font-weight : lighter;
}

h4{
	color : #292929;
	font-family : arial, sans-serif;
	font-size : 9px;
	font-weight : normal;
}

p{
	color : #292929;
	font-family : Californian FB,book antiqua,serif;
	font-style : normal;
	font-weight : lighter;
}

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

#right{
	float : right;
	padding : 1em;
}
#red{
	background-color : #CC0000;
}
.red{
	background-color : #CC0000;
}
.list{
	color : #292929;
	font-family : Californian FB,book antiqua,serif;
	font-style : normal;
	font-weight : lighter;
}
