/* fun-quotes.html */
#top {
   	margin: 5px;
   	padding: 5px;
   	height: 20px;
   	width: auto;
	background: transparent;
}
#left {
   	position: absolute;
   	margin: 255px 1010px auto 5px;        /* border margin syntax: top,right,bottom,left */
	padding: 5px 5px;           /* padding syntax: top,right,bottom,left */
	border-top: 4px groove #bbb;
	border-right: 4px groove #000099;
	border-bottom: 4px groove #ffcc33;
	border-left: 4px groove #66cc66;
	border-radius: 25px 25px;
	-moz-border-radius: 25px 25px;
	-webkit-border-radius: 25px 25px;
	width: auto;      /* 140px / 12px = 11.66em */
   	height: auto;
   	background: transparent;
   	color: #fbd505;
}
#right {
   	position: absolute;
   	margin-left: 225px;
   	margin-top: 45px;                        /* border, margin syntax: top,right,bottom,left */
   	padding: 5px;
   	width: 750px;
	background: transparent;
}
body {
   	background: url(../images/prairie_wind-1.gif);
   	color: #000000;
	font-size: 12px;
}
html {
overflow: auto;
}
div {
   	font-family: "Times New Roman", arial, helvetica, sans-serif; 
   	font-size: 10px;
}
li {
	list-style: square outside url(../images/square1.png);
}		
p {     
   	color: #000000; 
   	font-family: "Times New Roman", arial, helvetica, sans-serif; 
   	font-size: 10px;
   	background: inherit;
}
.style0 {
    background: inherit;
	color: #38ffff; 
    font-family: "Times New Roman", arial, helvetica, sans-serif;  
    font-size: 24px; 
    font-weight: bold;
}
.style1 {
   	font-family: "Times New Roman",  arial, helvetica, sans-serif; 
   	font-size: 16px;
	font-weight: bold;
   	background: inherit;
   	color: #ffcc00;
}
.style2 {
   	font-family: "Times New Roman",  arial, helvetica, sans-serif; 
   	font-size: 18px; 
   	font-weight: bold; 
   	background: inherit;
	color: #38ffff;
   	text-decoration: none;
}
a {  
   	color: #fff; 
   	font-family: "Times New Roman", sans-serif;
   	font-size: 18px;
	font-weight: bold;
   	background: inherit;
	text-decoration: none;
}
a:hover {  
   	color: #ff0000; 
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 18px; 
	font-weight: bold;
   	background: inherit;
	text-decoration: underline;
}
