		/*  styles.css  */

		BODY {background-attachment: fixed;}

		H1
		{
			text-align: center;
			color: #008000;
			font-family: COMIC SANS MS, sans-serif;
		}

		H2, H3, H4, H5, H6
		{
			color: #008000;
			font-family: COMIC SANS MS, sans-serif;
		}
        
        A:Hover
		{
        	text-decoration : underline;
        	color : #FF0000;
			font-weight: normal;
        }
        A.bold:Hover
		{
        	text-decoration : underline;
        	color : #FF0000;
			font-weight: bold;
        }

		UL
		{color: #800000;
		list-style-type: square;
		}

		.note1
		{ 
			margin-left: 5px;
			font-size: 16pt;
			color: #006600;
			background: #FFFFFF;
			position: relative;
			padding: 2pt;
			border-width: thin;
			border-style: ridge;
		} 

		.note
		{ 
			margin-left: 5px;
			font-size: 8pt;
			color: #006600;
			background: #FFFFFF;
			position: relative;
			padding: 2pt;
			border-width: thin;
			border-style: ridge;
		} 


	.alpha
	{		
		filter: alpha(Opacity=75,FinishOpacity=15,Style=1);
		width: auto;
		height: auto;
		position: relative;
	}

	.blur
	{		
		filter: blur(Add=1,Direction=90,Strength=10);
		width: auto;
		height: auto;
		position: relative;
	}

	.chroma
	{		
		filter: chroma(Color=#ffff00);
		width: auto;
		height: auto;
		position: relative;
	}

	.dropshadow
	{		
		line-height: 140%;
		filter: DropShadow(Color=#003399,OffX=3,OffY=3,Positive=1);
		width: auto;
		height: auto;
		position: relative;
	}

	.fliph
	{		
		filter: fliph;
		width: auto;
		height: auto;
		position: relative;
	}

	.flipv
	{		
		filter: flipv;
		width: auto;
		height: auto;
		position: relative;
	}

	.glow
	{		
		font: Bold large;
		filter: glow(Color=#00FF00,Strength=30);
		width: auto;
		height: auto;
		position: relative;
	}

	.greyscale
	{		
		filter: gray;
		width: auto;
		height: auto;
		position: relative;
	}

	.invert
	{		
		filter: invert;
		width: auto;
		height: auto;
		position: relative;
	}

	.light
	{		
		filter: light;
		width: auto;
		height: auto;
		position: relative;
	}

	.mask
	{		
		filter: mask(Color=#009933);
		width: auto;
		height: auto;
		position: relative;
	}

	.shadow
	{		
		font: Bold x-large/150% 'Arial', 'sans-serif';
		color: #800000;
		filter: shadow(Color=#9900FF,Direction=45);
		width: 100%;
		height: auto;
 		position: relative;
	}

	.shadow1
		{		
		font: Bold large/100% 'Arial', 'sans-serif';
		color: #FFFF00;
		filter: shadow(Color=#9900FF,Direction=45);
		width: 100%;
		height: auto;
 		position: relative;
		}

	.wave
	{		
		filter: wave(Add=1,Freq=10,Phase=90,LightStrength=10,Strength=10);
		width: auto;
		height: auto;
		position: relative;
	}

	.x-ray
	{		
		filter: xray;
		width: auto;
		height: auto;
		position: relative;
	}
	
.form-style-normal
	{
	display: block; 
	height: 29px;
	width: 265px;
	border-color: yellow; 
	border-width: 3; 
	border-style: outset; 
	color: yellow; 
	background-color:black;
	}

.form-style-over
	{
	display: block; 
	height: 29px;
	width: 265px;
	border-color: red; 
	border-width: 3; 
	border-style: outset; 
	color: red;
	background-color:black;
	cursor: hand;
	}
.sig
	{
	width: 100%;
	font-size: normal;
	font-family: Arial Black, sans-serif;
	color: red;
	Filter: Glow(Color=black, Strength=7);
	}
	
 .ribbon
 {
 	position: 	relative;
 	top: 		0px;
 	left: 		0px;
 	height: 	30px;
 	width:		143px;
 	visibility: hidden;
 }
 
	#myName {color:red}
    
.red {color:red;}     