body 	{ 	
	background-image:url("/images/checkerplate.gif");
	background-repeat: repeat-y; 
	color: black;
	}

h1,h2,h3,h4,h5,h6 { 
	font-family: "Comic Sans MS", sans-serif;
	color: red;
	background: transparent;
	}

a:link, a:active, a:visited { 
	background: none transparent scroll repeat 0% 0%; 
	color: blue; 
	text-decoration: none;
	}

a:hover	{ 
	background: none; 
	color: red; 
	text-decoration: none;
	}

.date 	{ 
	color: green;
	background: transparent;
	font-style: italic; 
	font-size: 0.7em; 
	}

.credits	{ 
	color: gray;
	background: transparent;
	font-style: italic; 
	font-size: 0.8em; 
	}

.menubar	{ 
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	}

address	{ 
	font-style: italic; 
	font-size: 0.8em;
	}

li{
	margin-top: 0.5em;
	margin-bottom: 0.5em;	
	}

.center { 
	text-align: center;
	}
	
img {
	border: none;
	}

.sidebar{ 
	text-decoration: none;
	font-family: "Comic Sans MS", Arial;
	font-size: 1em; 
	}



