/*style1.css*/

body
{
margin:0;
background:#eeeeee;
}

.Normal {font-size:12.0pt; font-family:"Times New Roman"; }

a:link {  color: #336666; text-decoration: none; font-weight: normal; font-variant: normal}

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

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

a:hover {  color: #FF0033; text-decoration: underline; font-variant: normal}

a.side:link {  color: #336666; text-decoration: none; font-weight: normal; font-variant: normal}

a.side:visited {  color: #663366; text-decoration: none}

a.side:active {  color: #FFFFFF; text-decoration: none}

a.side:hover {  color: #FF0033; text-decoration: underline; font-variant: normal}

a.largelink:link {  color: #336666; text-decoration: none; font-weight: normal; font-variant: normal; font-size:150%;}

a.largelink:visited {  color: #663366; text-decoration: none; font-size:150%;}

a.largelink:active {  color: #FFFFFF; text-decoration: none; font-size:150%;}

a.largelink:hover {  color: #FF0033; text-decoration: underline; font-variant: normal; font-size:150%;}

p,td,th,h1,h2,h3,h4,h5,blockquote,div {font-family:Verdana, Arial, Helvetica, sans-serif;}

p,td,th,blockquote {font-size:13px;}

td.topcolour {background-image:url("skysmall.jpg");} /* this should replace the background tag eventually*/

td.sidecolour {background:#eeeeee;}

td.maincolour {background:#ffffff;}

td.quoteline {background:#336666; color:#ffffff; font-size:75%;}

td.quotebox {background:#006699; color:#ffffff; font-size:100%;}

p.bold {font-weight:bold;}

.small {font-size:10px; font-style:italic; text-align:center;}

span.friday {font-weight:bold;font-style:italic;color:#660066;}

span.special {font-weight:bold;font-style:italic;color:green;}

span.title {color: #111111; font-size:150%;}

h1 {font-size:200%; color:#006699;font-weight:bold;}

/*for constitution */

div.id1{margin-left:1cm}

div.id2{margin-left:2cm}

ul{padding-left:13px}

/* push a picture over to the right. Flow text around it on the left. */

.TextWrap {
    float: right;
    margin: 10px;
}



