@charset "iso-8859-1";
/* Style sheet for the XP-Tips Website
Copyright (c) Brett M. Christensen, 2005*/

body
{
color            : #004080;
background-color : white;
font-family      :  Arial, Helvetica, sans-serif;
font-size        :10pt;
margin           : 0;
} 


h1.title
{
text-align      : center;
color           : red;
font-family     : Arial, Helvetica, sans-serif;
font-size       : 14pt;
}

div.toplogo
{
position         :absolute; 
left             :0px; 
top              :0px;  
width            :99%;
height           :42px;
padding          :0.5%;
background-image :url("http://www.xp-tips.com/images/Xp-tips-logo.jpg");
background-repeat:no-repeat;
background-color :#FFFF00;
}

div.divider
{
position         :absolute;
left             :0px;
top              : 42px;
width            : 99%;
height           : 10px;
padding          :0.5%;
background-color : black;
background-repeat: no-repeat;
border-bottom    : solid;
color            :red;

}

div.body
{
position         :absolute;
left             :0px;
top              :75px;
width            :100%;
}

ul.list
{
color            :black;
font-weight      :bold;
font-size        :10pt;
list-style-image :url("images/ul.gif");
}


a.norm:link
{
color            :#FFFF00;
font-size        :10pt;
font-weight      :bold;
text-decoration  :none;
line-height      : 0.5;
font-family      :  Arial, Helvetica, sans-serif;
}

a.norm:visited
{
color            :#FFFF00;
font-size        :10pt;
font-weight      :bold;
text-decoration  :none;
font-family      :  Arial, Helvetica, sans-serif;
}


a.nav:link
{
color            :#0000FF;
font-size        :10pt;
text-decoration  :none;
font-family     :  Arial, Helvetica, sans-serif;
}
 
 a.nav:visited
{
color            :#0033FF;
font-size        :10pt;
text-decoration  :none;
font-family     :  Arial, Helvetica, sans-serif;
}

 
a.nav:hover
{
color            :red;
background       :#FFFF00;
font-weight      :bold;
text-decoration  :none;
border           :outset white; 
border-width     :4px;
}


td.left
{
border-left      :solid;
color            :red;
}

hr.grey
{
color:#E9E9E9;

}

a.blue:link
{
color            :blue;
font-size        :10pt;
text-decoration  :none;
font-family      :  Arial, Helvetica, sans-serif;
}

a.blue:visited
{
color            :blue;
font-size        :10pt;
text-decoration  :none;
font-family      :  Arial, Helvetica, sans-serif;
}

a.blue:hover
{
color            :red;
text-decoration  :none;
}

