/* 	Style sheet for born2scoot.org
	Include this link in the header to
    activate a page <link rel="stylesheet" type="text/css" href="bts.css">

	Style sheet: bts.css for all pages in the site.
========================================================================
*/

body		{	background: #669999;				}
			

a:link  	{   color: navy; text-decoration: none; }
a:visited	{   color: navy; text-decoration: none; }
a:hover		{	color: black; text-decoration: underline; }

p			{	font-family: Arial; font-size: 10pt; color: white; }
h1			{	font-family: Arial; font-size: 14pt; color: navy; }
h2			{	font-family: Arial; font-size: 12pt; color: navy; }
h3			{	font-family: Arial; font-size: 12pt; color: white; }
.wht  		{	font-family: Arial; font-size: 10pt; color: white;  }
.navy  		{	font-family: Arial; font-size: 10pt; color: navy;  }
.whter 		{	font-family: Arial; font-size: 10pt; color: white; font-weight: bold; }
.popnavy	{	font-family: Arial; font-size: 10pt; color: navy; font-weight: bold; }
.popnavy2	{	font-family: Arial; font-size: 14pt; color: navy; font-weight: bold; }
.popwht		{	font-family: Arial; font-size: 10pt; color: white; font-weight: bold; }
.bigblue	{	font-family: Arial; font-size: 19pt; color: navy; font-weight: bold; }
.bigwht		{	font-family: Arial; font-size: 16pt; color: white; font-weight: bold; }
.bigyellow	{	font-family: Arial; font-size: 10pt; color: yellow; font-weight: bold; }
.biggeryellow	{	font-family: Arial; font-size: 14pt; color: yellow; font-weight: bold; }
.bigred		{	font-family: Arial; font-size: 10pt; color: red; font-weight: bold; }
.ital		{	font-family: Arial; font-style: italic; }

.info		{	font-family: Arial; font-size: 9pt;   }
.weinfo		{	font-family: Arial; color: navy; font-size: 8pt;	  }
.weinfoyelo	{	font-family: Arial; color: yellow; font-size: 8pt; font-weight: bold;  }
-----------------------------------------------------------------------------------------