/* define all fonts */ 
p, h1, a, :link, :visted, :active, :hover, .pageheader {font-family: arial, helvetica, sans-serif;}
/* define styles for several different types of content, headers, etc. */
p { font-size: x-small; font-weight: normal; color: #666666}
/* define headings of links within content */
h1 { font-size: 13px; font-weight: bold; color: #666666}
/* define stye of links within content */
a:link {
	font-size: x-small;
	color: #666666;
	font-weight: bold;
}
a:visited {
	font-size: x-small;
	color: #666666;
	font-weight: bold;
}
a:hover {
	font-size: x-small;
	color: #00CC99;
	font-weight: bold;
}
hr {height : 1px;  color : #CCCCCC; }
select{	font-size : 10px;  background-color : #CCCCCC; }
body {
	font-family: arial, helvetica, sans-serif;
	background-color: #999999;
	background-image: url(images/bg_slice.gif);
	top: 0px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
.yellow {

	background-color: #FFCC00;
	background-image: url(images/bg_slice.gif);
	top: 0px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
.coffee {

	background-color: #330000;
	background-image: url(images/bg_slice.gif);
	top: 0px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
.photo {
	border: 6px solid #FFFFFF;
}

