.header {font-family: book antiqua; color: #000080; font-size: 20pt; font-weight: bold; font-style: normal; text-align: center}

.text {font-family: book antiqua; color: #000080; font-size: 13pt; font-weight: bold; font-style: normal; text-align: justify}

.messages {font-family: book antiqua; color: #000080; font-size: 13pt; font-weight: bold; font-style: normal; text-align: justify}

.footer {font-family: book antiqua; color: #000080; font-size: 8pt; font-weight: bold; text-align: center}

.footer2 {font-family: book antiqua; color: #000080; font-size: 11pt; font-weight: bold; text-align: center}

body {background-color: #6495ED;} 

#coolmenu{
border: 0px solid black;
width: 140px;
background-image: url("rypivory_bg2.jpg");
}

#coolmenu a{
font: bold 14pt book antiqua;
padding: 0px;
padding-left: 0px;
display: block;
width: 140px;
color: #000080;
text-decoration: none;
border-bottom: 0px solid black;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #6495ED;
color: white;
}

body {
scrollbar-arrow-color:  #0000FF;
scrollbar-base-color: #0000FF;
scrollbar-dark-shadow-color: #CC9900;
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #0000FF;
scrollbar-shadow-color: #CC9900;
scrollbar-highlight-color: #CC9900;
scrollbar-3d-light-color: #CC9900;
}

.main {
width:300px;
border:2px color: #000080; 
}

.month {
background-color: #B22222;
font:bold 16px arial;
color: #000080;
}

.daysofweek {
background-color: #B22222;
font:bold 16px arial;
color: #000080;
}

.days {
font-size: 16px;
font-family:arial;
font-weight:bold;
color: #000080;
background-color: #EEDD82;
padding: 2px;
}

.days #today{
font-weight: bold;
color: #B22222;
}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 125px;
height: 106px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}


