/* This is the main style sheet for the hosting/design information pages */

/* This describes the background and default text info */

BODY, TR, TD { 
font-family: "Arial", Helvetica, sans-serif; }

B, STRONG { font-weight: bold; }
I, EM { font-style: italic; } 

/* This section describes paragraphs and their variations  */

.data {
font-size: smaller ;
font-family: "Arial Narrow", Helvetica }

.tiny {
font-size: x-small;
font-family: "Arial Narrow" }

.header {
background-color: 6699ff; color: #ffffff }

/* This describes settings for in-line text-based links */

A:link {
color: darkblue; 
font-weight: bold; 
text-decoration: underline }

A:visited {
color: maroon; 
font-weight: bold; 
text-decoration: underline }

A:hover {
color: yellow; 
background: navy; 
font-weight: bold;
text-decoration: none }

A:active { 
color: yellow; 
font-weight: bold;
background: red;
text-decoration: none }

/* This section describes stand-alone links */

a.button:link  
{ 
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:outset; 
 border-color:red; 
 border-width:5px; 
 background-color: white; 
 width:135px;  
 color: Navy; 
} 

a.button:visited  
{ 
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:outset; 
 border-color:red; 
 border-width:5px; 
 background-color: white; 
 width:135px;  
 color: maroon; 
} 

a.button:active  
{ 
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:inset; 
 border-color:red; 
 border-width:5px; 
 background-color: Navy; 
 width:135px; 
 color: white; 
} 

a.button:hover  
{ 
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:inset; 
 border-color:red; 
 border-width:5px; 
 background-color: Navy; 
 width:135px;  
 color: yellow; 
} 


/* This section describes the horizontal lines */

HR { 
text-align: center; 
color: #000000; 
width: 100%; 
height: 4px; }