﻿/* style sheet for the geminicustoms.com web site by Eric Elder, 10/23/09*/

BODY		{
			font-family:"Verdana", "Arial"; 
			scrollbar-face-color: #3355FF; 
			scrollbar-track-color: #000000;
			scrollbar-arrow-color: #00FF00;
			font-size:10pt;
			color:#3355FF;
			background-color: #000000
			}
			
H1			{
			font-family:"Verdana", "Verdana";
			font-size: 20pt;
			color: #15F815
			}
			
H1.red		{
			font-family:"Showcard Gothic", "Arial";
			font-size: 20pt;
			color: #FF0000 
			}
			
H1.blue		{
			font-family:"Verdana", "Arial";
			font-size: 20pt;
			color: #3355FF;
			text-align:center
			}

			
H1.main		{
			font-family:"Showcard Gothic", "Verdana";
			font-size: 20pt;
			color: #15F815;
			text-align:center
			}

			
H2			{
            font-family:"Verdana", "Arial";
			font-size: 16pt;
			color: #15F815
			}

H2.blue		{
			font-family:"Verdana", "Arial";
			font-size: 16pt;
			color: #3355FF;
			text-align:center
			}

H3			{
			font-family:"Verdana", "Arial";
			font-size: 14pt;
			color: #15F815
			}
			
H3.blue		{
			font-family:"Verdana", "Arial";
			font-size: 14pt;
			color: #3355FF
			}

H4			{
			font-family:"Verdana", "Arial";
			font-size: 12pt;
			color: #15F815
			}

H4.blue	    {
			font-family:"Verdana", "Arial";
			font-size: 12pt;
			color: #3355FF
			}

H5			{
			font-family:"Verdana", "Arial";
			font-size: 10pt;
			color: #15F815
			}
			
hr          {
		     width: 75%;
		     text-align: center;
		     height: 1px;
		     color: #15F815;
		     
}
		
LI			{font-family:"Verdana", "Arial";
			font-size: 10pt;
			font-style: italic;
			color: #3355FF; }
			
P			{font-family:"Verdana", "Arial";
			font-size: 10pt; }
			
P.main		{
			font-family:"Showcard Gothic", "Verdana";
			font-size: 20pt;
			color: #15F815;
			text-align:center
			}


TD			{font-family:"Verdana", "Arial";
			font-size: 10pt; }

P.small	  	{font-family:"Verdana", "Arial";
			color: #15F815;
			font-size: 8pt; }
			
TD.green	  	{font-family:"Verdana", "Arial";
			color: #00FF00;
			font-size: 10pt;
			text-align:center }
			
TD.biggreen	  	{font-family:"Verdana", "Arial";
			color: #00FF00;
			font-size: 16pt;
			text-align:center }



A:link 	 			{
	color: #00FF00;
	text-decoration: underline;
	font-size: 10pt; 
}

A:visited 			{
	color: #00FF00;
	font-size: 10pt;
	text-decoration: underline;
}

A:hover  			{
	color: #FFFF00;
	text-decoration: underline;
	font-size: 10pt;
}

A:active 			{
	color: #00FF00;
	font-size: 10pt;
	text-decoration: underline; 
}
			
.class1 A:link 	 	{
	color: #FFFF00;
	text-decoration: underline;
	font-size: 10pt;
	text-align:center 
}

.class1 A:visited 	{
	color: #FFFF00;
	font-size: 10pt;
	text-decoration: underline;
	text-align:center
}

.class1 A:hover  	{
	color: #00FF00;
	text-decoration: underline;
	font-size: 10pt;
	text-align:center
}

.class1 A:active 	{
	color: #00FF00;
	font-size: 10pt;
	text-decoration: underline;
	text-align:center 
}

		