/*The CSS stylesheet for the Tour-Rite website.
 *
 *By Daniel Mate, Copyright 2009
 *Theme: Enparched Nature
 *
 */

body{
 background:url(parchment.gif);
}

div.header{
 text-align:center;
}

p.intro{
 text-align:center;
 margin-top:50px;
 font-size:14pt;
}

a{
 text-decoration:none;
}

a:link{
 color:green;
}

a:visited{
 color:green;
}

a:active{
 color:red;
}

a.foot:hover, a.link:hover{
 background-color:lime;
}

a.footnote:link, a.footnote:visited{
 color:gray;
}

a.footnote:active{
 color:black;
}

a.footnote:hover{
 background-color:gold;
}

span.special{
 font-family:Arial;
 font-weight:Bold;
 background-color:silver;
 font-size:14pt;
}

.special{
 font-family:Arial;
 font-weight:Bold;
}

th{
 background-color:gold;
 font-family:'Baskerville Old Face','Arial Rounded MT Bold','Times New Roman';
 font-size:16pt;
}

td{
 font-size:13pt;
}

div.contact{
 width:400px;
 height:250px;
 background-color:orange;
}

a.adobe:hover{
 background-color:white;
}