@charset "utf-8";
/************** General style elements throught all web pages *******************/

.mytable table {
width:100%;
padding: 0px;
border: 2px solid black;
margin: 0px;
border-collapse: collapse;
}
.mytable th {
background-color:white;
color:white;
font-weight:bold;
text-align:center;
border:2px solid black;
}
.mytable td {
width:100%;
padding: 0px 3px 0px 3px;
text-align:left;
border: 2px solid black;
}
.galleries {
  background-color:#EEE;
}
.gallery {
  background-color:#EFF;
}


.headertext a, a:hover, a:visited 
{
/*position:relative*/
top:2.9em;
left:0.5em;
}
div.headertext a, div.headertext a:visited { color:#000; }
div.headertext a:hover { color:#100; }

.mytext
{
font-family: Georgia, Verdana;
}
.myheadline
{
text-align:center;
font-size:1em;
font-family:Georgia;
color:#040;
}
.mycomments
{
font-family: Comic Sans MS;	
}

h1
{ 
width:100%;
padding: 0px; 
margin: 0px; 
align: left;  
color: #000; 
font-family: Arial, Courier, Verdana; 
font-size: 18pt ! important;
}
h3 { color: #009999; font-family: times; font-size:14pt ! important; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
p { text-indent: 0cm; padding: 0px 0px 0px 0px;}
p, td, blockquote, attribution, pre { color: #000; font-size:10pt ! important; }
p, td, blockquote, attribution { font-family: Arial, Courier, Verdana; }
.quote { margin: 2cm 4cm 3cm 4cm; display: block;}
ol.decimal { list-style-type: decimal}
ol.romanl { list-style-type: lower-roman; }
ol.romanu { list-style-type: upper-roman; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
div.stickynotecenter { float: right; background: #CCC; text-align: center;}
div.stickynote { float: top; text-align: left; clear: both; background-image: url(/images/clouds.jpg); background-repeat: no-repeat; width=530px; height=300;}
div.stickytitle { float: top; background-image: url(/images/headerbackdrop.jpg); background-repeat: repeat-x; color: #000; text-align: left; }
.tinyfont { font-family: Verdana, sans-serif; }
/*ul { list-style: square inside url('images/arrow.gif') }*/
p.hidden { color: #000000; }
a { color: blue; }
a:visited { color: purple; }


