/* CSS Document...for my V.2 Website -__- */

body{
	background-image: url('misc/bg.jpg');
	background-attachment: fixed;
}

p.content{
	font-family: "lucida console";
	font-size: 12px;
	color: white;
}

p.directlink{
	font-family: "lucida console";
	font-size: 12px;
	color: cyan;
}


h1{
	font-family: "comic sans ms";
	color: white;
}

#footer{
	font-family: "Lucida console";
	color: white;
	font-size: 10px;
}

a.links{
	text-decoration: none;
	color: cyan;
}

a.links:hover{
	color:navy;
	background-color:white;
}

p.gallery{
	font-family: "lucida console";
	font-size: 15px;
	color: white;
}

h2{
	font-family: "comic sans ms";
	color: white;
}

p.notes{
	color: white;
	font-style: italic;
	font-size: 12px;

}
