/* here is the external stylesheet for the resource pages of the 
superlibrarian website */ 



body {
margin-left: 75px;
margin-right: 75px;
font-family: tahoma, arial, sans-serif;
font-size: 11pt;
background-color: #FFCC66;}

A, A:Visited, A:Active, A:Hover {
FONT-SIZE: 10pt; 
font-weight: bold; 
COLOR: #a71212; 
TEXT-DECORATION: none;}
A:Hover {color: #5D12A7; font-weight: bold;}

/* this is a property for pressrelease.htm */ 


.white {
background-color: #ffffff;
width: 800px;
padding: 5px;}

/*ends here */ 



/* these are properties for the schedule.htm page */ 


.img {float: left;
vertical-align: text-top;
height: 700px;
margin: 5px 10px 10px 0px;
padding: 1px;}

.sub {
font-size: 8pt;}

/* ends here */ 


/* this property is for the sucess.html page */ 


.caption {font-size: 9pt;}

/* ends here */ 


/* the following code is for the all headers on each page */ 


.bottomborder {
background-color: #FF6600;
color: #ffffff;
width: 857px;
height: 10px;
position: absolute; top:100px;
}


.topborder {
border:solid black;
border-width:1px 0px 0px 0px;
width: 857px;
} 

.faqimg {
position:absolute; top: 40px;
}

.faqtitle {
position: absolute; left:150px; top:70px;
width: 900px;
}

.parag {
margin-top: 80px;
}

/* ends here */ 


 

