/* CSS Document one scoop a day*/

.actionlink{
border:1px solid gray;
margin: 10px;
float:right;
}

a.footer{
font-size:10px;
}

/* basic elements */
body { 
	font: 12pt Trebuchet MS; 
	color: #555753; 
	background: #fff url(blossoms.jpg) no-repeat bottom right; 
	margin: 0px; 
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	}
	
p, li { 
	font:  "Trebuchet MS"; 
	margin-top: 0px; 
	text-align: left;
	color: Blue;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font: "Trebuchet MS";
	font-weight: bold; 
	text-decoration: none; 
	color: Blue;
	}
a:visited { 
	font: "Trebuchet MS";
	font-weight: bold; 
	text-decoration: none; 
	color: Blue;
	}
a:hover, a:active { 
	font: "Trebuchet MS";
	text-decoration: underline; 
	color: #7B68EE;
	}

.big {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	color: Blue;
}
.h1 { font-family:"Trebuchet MS";
	font-size:25px;
	color:#330099;
	font-weight:bold;}
	
.text { 
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#474747;
	font-weight:bold;
		}
		
.bradcumb:link { 
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FF6600;
	font-weight:bold;
	text-decoration:none; 
	}
.bradcumb:visited { 
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FF6600;
	font-weight:bold;
	text-decoration:none; 
	}
.bradcumb:hover, a:active { 
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#474747;
	font-weight:bold;
	text-decoration:underline;
	}

.footertexttext { 
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#474747;
	font-weight:normal;
		}