/* CSS Document */
/* COLORS
Black: 
Dk. Gray: #808080 (128)
Med. Gray: #C0C0C0 (192)
Light Gray: #E1E1E1 (225)
Navy: #000040
Yellow: #FFFF00
White: #FFFFFF
*/





/*Text formatting*/

h1,h2,h3,p, ul, li, br {font-family: arial, 'sans serif'; }
p, ul, li {font: normal; font-size: 14px; color: #000040; }
p.dogprofile {font: Arial ; font-weight:bold; font-size:18px; text-decoration: none; }

h1
{
background-color: #000040;
color: #FFFFFF;
font-size: 28px;
font-variant: small-caps;
letter-spacing: 1px;
border-style: double;
}

h2
{
background-color: #C0C0C0;
color: #000040;
font-size: 22px;
font-variant: normal
letter-spacing: 1px;
border-style:solid;
border-color: #000040;
border-width:thin;

}


body 
{
background-color: #000040;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font: normal; font-size: 14px; color: #000040;
}


/*Hyperlink characteristics for main content*/
a {text-decoration: none}
a:link    {color:#000040; font-size: 100%; font-weight: normal;}
a:visited {color:#000040; font-size: 100%; font-weight: normal;}
a:active  {color:#000040; font-size: 100%; font-weight: bold}
a:hover   {color:#000040; font-size: 100%; font-weight: bold}



