/*
This style sheet was created
by extracting HTML tags from
E:\Web Pages\studweld\index.html
*/

BODY {  background-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 16pt; color: #0000FF}

TABLE, TR, TD {  }

A {
	font-family: Arial, Helvetica, sans-serif;
	color :  Blue;}

/* note that A:HOVER isn't supported by all browsers */
A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration :  underline;
	color :  Red;}

B {  }

BR {  }

DIV {  }

FONT {  }

H1 {
	font-family: Arial, Helvetica, sans-serif ; font-size: 26pt; color: #000084 
; font-weight: normal
}

H3 {
	font-family: Arial, Helvetica, sans-serif ; font-size: 16pt; color: Red}
	
H5 { font-family: Arial, Helvetica, sans-serif ; font-size: 14pt; color: Yellow }	
	
H6 {font-family: Arial, Helvetica, sans-serif ; font-size: 8pt; color: #000084 
; font-weight: normal;  
 text-align :  center;}

TD  { font-family: Arial, Helvetica, sans-serif ; font-size: 10pt; color: #000066}

.headline {
	font-family: Arial, Helvetica, sans-serif ; font-size: 16pt; color: Red}

TABLE { background-color: #FFFFFF }


a.gold			{ 
					color: #ffffff;
					text-decoration: underline;
				}
				
a.gold:hover	{
					color: red;
					text-decoration: underline;
				}