
/* prevents NAV styles being used by NN4 and IE4 */
/* @import "nav.css";  */

/*
This is the general stylesheet that controls simple styling rules
that will be executed by basic/old browsers such as NN4
*/

body, p {  
font-family: Times New Roman, Times, serif; 
font-size: .9em; 
font-style: normal; 
line-height: 1.4em; 
font-weight: normal; 
color: #666666;
}

h1, h2, h3 {
color: #993300; 
margin: 0;
line-height: .8em; 
font-weight: normal; 
}

h1 {  
font-size: 1.2em; 
}

h2 {  
font-size: 1.1em; 
}

h3 {  
font-size: .75em; 
text-transform: uppercase;
}

img {
border: 0px;
}

a:link { color: #3333CC;
}

a:visited { color: #333399;
}

a:hover { color: #9999FF;
}

a:active { color: #FFFFFF;
}
