/*
This is the stylesheet for the Randolph School web site.
Body text is defined by the <p> tag
Main headlines are defined by the <h1> tag
Subheads are defined by the <h2> tag
Photo captions are defined by the <h3> tag
Alternate text is defined by the <h4> tag
Alternate headlines are defined by the <h5> tag
Links are colored but not underlined, but are underlined on mousover
*/

/*body text*/
p {
color: #000000;
font-size: 14px;
line-height: 20px;
font-family: Georgia, 'Times New Roman', Times, serif;
}

/*heads*/
h1 {
color: #669999;
font-size: 30px;
line-height: 34px;
font-weight: bold;
font-family: Georgia, 'Times New Roman', Times, serif;
}

/*sub-heads*/
h2 {
color: #669999;
font-size: 16px;
line-height: 20px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*captions*/
h3 {
color: #336699;
font-size: 10px;
line-height: 12px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*links*/
a:link {
color: #336699;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #336699;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #336699;
text-decoration: underline;
font-weight: bold;
}

a:active {
color: #336699;
text-decoration: underline;
font-weight: bold;
}

/*alternate body text*/
h4 {
color: #000000;
font-size: 12px;
line-height: 15px;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*alternate heads*/
h5 {
color: #000000;
font-size: 18px;
line-height: 22px;
font-style: normal;
font-weight: bold;
font-family: Georgia, 'Times New Roman', Times, serif;
}
/*footer text*/
footer {
color: #000000;
font-size: 10px;
line-height: 15px;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
}