 CSS Stylesheet 

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.text {
    font-family: verdana; font-size: 12px; font-weight: normal; 
}
.small {
    font-family: verdana; font-size: 11px; font-weight: normal; 
}
.medium {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
.big {
    font-family: verdana; font-size: 16px; font-weight: bold; 
}
.big2 {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FF0033;
}
.biggest {
    font-family: arial; font-size: 25px; font-weight: bold; 
}
.title {
    font-family: arial; font-size: 20px; font-weight: bold; 
}
.copy {
    font-family: verdana; font-size: 11px; font-weight: normal; 
}
img {
    border-left-color: #000000; 
	border-bottom-color: #000000; 
	border-top-color: #000000; 
	border-right-color: #000000; 
}

body {
    scrollbar-face-color: maroon;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: maroon;
    scrollbar-darkshadow-color: maroon;
    scrollbar-track-color: #FFCC99;
    scrollbar-arrow-color: #FFFFFF;
}

.recip {
	background-color: #FFFFFF;
	height: 52px;
	width: 140px;
	border: 1px solid #000000;
	text-align: center;
	line-height: 12px;
}
.recipa {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.recipb {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #ff0000;
	text-decoration: none;
}

