/*
a style sheet for the web site epitaphorigins.info
*/
body {
background-color:#99cc99;
line-height: 125%;
padding: 20px;
border: 5px solid #336633;
font-weight: normal;
font-size: medium;
font-style: normal
}
hr {
noshade size:"7";
width:"90%";
text-align:center;
color:#ffffff
}
p,td,th,caption{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: medium;
color: #000000;
Line-height:1.5em
}
th{
text-align:right;
vertical-align:top;
background-color: #99cc99;
padding-right: 20px
}
td {
text-align:left;
vertical-align:top;
background-color: #ccffcc
}
a:link{
color: #0000ff; text-decoration:none
}
a:visited{
color: #ff00ff; text-decoration:none
}
a:active, a:hover{text-decoration:underline;
}
h1,h2,h3{
font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-weight: bold;
color: #000000
}
h1{
font-size: 36pt;
line-height:125%
}
h2{
font-size:large
}
h3{
font-size:normal
}
.leftcolumn,.rightcolumn, .lefttext, .righttext{
width:45%;
background-color:#ccffcc;
padding:4px;
border:3px solid #669966
}
.leftcolumn, .rightcolumn {
text-align: center
}
.lefttext, .righttext {
text-align: left
}
.leftcolumn, .lefttext {
float:left
}
.rightcolumn, .righttext {
float:right
}
.month {
width: 90%;
background-color:#ccffcc;
padding:4px;
border:3px solid #669966
}
#stats{
float:left;
margin:15px;
background-color:#ccffcc;
border: 3px solid #669966
}
.corner{
float:right;
border:5px solid #669966
}