:link {
	background-color : #9999FF;
	color : #000000;
	text-decoration : none;
}

:visited {
	background-color : #9999CC;
	color : #330066;
	text-decoration : none;
}

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

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

body{
	background-color : #FFFFFF;
}

h1{
	color : #330066;
	font-family : "Lucida Sans", sans-serif;
	font-size : 60px;
	font-style : italic;
	font-weight : lighter;
}

h2{
	color : #330066;
	font-family : "Lucida Sans", sans-serif;
	font-size : 30px;
	font-style : italic;
	font-weight : normal;
}

h3{
}

h4{
}

p{
	color : #330066;
	font-family : "Lucida Sans", sans-serif;
}

#home{
	background-color : transparent;
	height : 600px;
	width : 780px;
}

#thumbs{
	background-color : transparent;
}

