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

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

:hover {
	color : #FF0000;
}

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

body{
	background-color : #FFFFCC;
}

h1{
	color : #000000;
	font-family : "Bickham Script Pro Regular",serif;
	font-size : 76px;
	font-weight : normal;
}

h2{
	color : #663300;
	font-family : "Book Antiqua",serif;
	font-weight : bold;
}

h3{
	color : #663300;
	font-family : "Book Antiqua",serif;
	font-weight : bold;
}
p{
	color : #000000;
	font-family : "Book Antiqua",serif;
	font-style : normal;
	font-weight : lighter;
}

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

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

