/* this is Bobs CSS style sheet for lops.info */
/* This originated for Lops.info, but I modified it for Brainteasers.org ;) */

body, td, th, text, .text, p,  select, textarea
{font-family:verdana; font-size:12px; color:#000000;}

img {border:0px;}

/* Lets define the normal tags */


h1	{
 	font-style: italic;
	color: #323F50;
	text-decoration:underline;
	}

h2	{
 	font-style: italic;
	color: #323F50;
	text-decoration:underline;
	}


h3	{
 	font-style: italic;
	color: #323F50;
	}

h4	{
 	font-style: italic;
	color: #323F50;
	}

h5	{
 	font-style: italic;
	color: #323F50;
	}

h6	{
 	font-style: italic;
	color: #323F50;
	}

/* HyperLinks */

a	{
	font-weight: bold;
	}


a:link	{
		color:#191970;
		text-decoration: none;
		}

a:visited	{
		color:#191970;
		text-decoration: none;
		}

a:active	{
		color:#191970;
		text-decoration: none;
		}

a:hover	{
		color:#191970;
		text-decoration: underline;
		}

/* Classes */

/*below is the bav class that defines all the text and links on the left hand Nav Bar */

.top1		{
		color: #191970;
		font-size:48px; 
		text-decoration:bold;
		}

.top2		{
		color: #ff0000;
		font-size:21px; 
		text-decoration:bold;
		}

.top3		{
		color: #191970;
		font-size:28; 
		text-decoration:bold;
		}

.nav 		{
		color: #191970;
		font-size:12px; 
		text-decoration:bold;
		}

a.nav 	{
		color: #191970;
		font-size:12px;
		text-decoration:bold;
		}
 
a.nav:link 		{
			color: #191970; 
			font-size:12px; 
			text-decoration:bold;
			} 

a.nav:visited 	{
			color: #191970;
			font-size:12px; 
			text-decoration:bold;
			} 

a.nav:active	{
			color: #191970;
			font-size:12px; 
			text-decoration:bold;
			} 

a.nav:hover 	{
			color: #191970;
			font-size:12px; 
			text-decoration:bold;
			} 

