
/*CSS1 style sheet for events calendar  ../calendar.html */

body {color:#000000; background: white none repeat;  margin-left: 5%; margin-right: 5%; }

a:link {color:blue; }
a:visited {color:purple; }
a:active {color:red; }
a:hover {color:red; text-decoration:none; }

P { color:#000000;  background: white;  font-family:Arial, Helvetica, sans-serif; text-align:left; margin-left:10%; margin-right:10%; }
P.center  { text-align:center; }
P.small {font-size:90%; }
P.emphasis { line-height:150%;  font-weight:bold;  text-align:center; }
P.caption  { font-size:80%; text-align:center;  margin-left:0%; margin-right:0%; }


H1 {color:#CC0000;  background: white; font: bold 180% Arial, Helvetica, sans-serif; text-align:center; margin-left:10% }
H1.left {text-align:left; }

H2 {color:#CC0000;  background: white; font: bold 160% Arial, Helvetica, sans-serif; text-align:center; }
h2.contents {color:#990000; }
H2.left {text-align:left; }

H3 {color:#000000;  background: white;  font:bold 120% Arial, Helvetica, sans-serif; text-align:left; }
H3.center {text-align:center; }
H3.date {color:#CE007B; font:bold 100%; text-align:center; }


HR  {width:50%;  text-align:center;}


