/* below are styles fed to older broesers */

body { 
background-color: #4a5c8d; 
margin: 0px; 
padding: 0px; 
color: #000000; 
font-family: verdana, helvetica, arial, sans-serif; 
font-size: 62.5%; 
}

input, li, p, select, span, textarea { 
color: #000000; 
font-family: verdana, helvetica, arial, sans-serif; 
font-size: 1.2em; 
background-color: transparent; 
background-image: none; 
}

p { 
padding: 0; 
margin-top: 0; 
}

/* styles for general links start here */

a:link { 
text-decoration: none; 
color: #102050; 
}

a:visited { 
text-decoration: none; 
color: #102050; 
}

a:hover { 
text-decoration: none; 
color: #3b4e8a; 
}

a:active { 
text-decoration: none; 
color: #3b4e8a; 
}

/* styles for general links end here */


/* styles for header start here */

h1 { 
color: #5d7050; 
font-size: 1.4em; 
font-weight: bold; 
padding-left: 20px; 
margin-top: 0; 
}

h1 img {
vertical-align: middle; 
}

/* styles for header end here */

/* styles for page subheader start here */

h2 {
color: #5d7050; 
font-size: 1.2em; 
font-weight: bold; 
padding-left: 17px; 
margin-top: 0; 
}

/* styles for page subheader end here */

/* styles for bold blue text like events' dates start here */

span.blue {
color: #102050; 
font-size: 1em; 
font-weight: bold; 
}

/* styles for bold blue text like events' dates end here */


ul { 
padding: 0; 
margin-top: 0; 
margin-bottom: 6px; 
margin-left: 10px; 
}
