/*
		style sheet for www.tartanowners.org 
		December 2002
*/

body, td { font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px; color:#036}
	
th { font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px; color:#069; text-align:center 	}

h1 { font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px; color:#036; text-align:center	}
	
h2 { font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px; color:#069; text-weight:bold	}

/* drop shadow for plain titles */
.shadow{
width:350; height:24; FILTER: DropShadow(Color=#99ccff, OffX=2, OffY=2, Positive=1)
}
	
/* small text for disclaimers */
.discl{
font-size: 9px; text-align:center;
}
	
/* left sidebar links */	
div#navs a	{ line-height:1.2 }
	
div#navs a:link, div#navs a:visited { 
color: #fff; 
background-color:transparent;
text-decoration:underline 
}
div#navs a:hover	{ 
text-decoration:underline; 
font-weight:bold; 
}

/* white text on sidebar */
.navbar {
color:#fff
} 

/* spotlight Links */
a.spot:link { text-decoration:none; color:#fff}
a.spot:visited { text-decoration:none; color:#fff }
a.spot:hover{ text-decoration:underline }

/* normal links */

a:link { color:#069 }
a:visited { color:#036 }