/* Default CSS */

.title
{ 
font-family:"Comic Sans", "LucidaBright", sans-serif;
font-weight:bold;
font-size:200%;
color:white;
text-align:center;
background-color:rgb(192,192,192);
}

.side
{ 
font-family:"Comic Sans", "LucidaBright", sans-serif;
font-weight:bold;
color:white;
background-color:navy;
}

.small
{
FONT-SIZE:small;
}

.x-small
{
FONT-SIZE:x-small;
}

.visits
{
FONT-SIZE:small;
text-align:left;
}

.contact 
{
FONT-SIZE: x-small;
text-align:left;
}
   
.biglist 
{
FONT-SIZE:large;
}

.quotes
{
BACKGROUND-COLOR:rgb( 220,220,200 );
}

BODY
{ 
BACKGROUND-COLOR:rgb( 240,240,240 );
margin-left:5%;
margin-right:5%;
font-family:"Comic Sans", serif;   
}

H1, H2, H3
{ 
font-family:"Comic Sans", "LucidaBright", sans-serif;
text-align:left;
color:blue;
background-color:rgb(255,247,192) 
}

H4, H5
{ 
font-family:"Comic Sans", "LucidaBright", sans-serif;
text-align:left;
color:red;
background-color:rgb(255,247,192) 
}

HR.std
{ 
width:100%;
height:5px;
background-color:#FAEBD7;
}

HR.mid
{ 
width:50%;
height:5px;
background-color:#FAEBD7;
text-align:left;
}

th 
{
color:black;
background-color:#FAEBD7;
}

li
{
margin-bottom:1em;
}

A.side
{ 
color:yellow;
}
