	
	
		/* Main style attributes to be applied to anything in the body with unspecified style */
		body {
		
			font-family: arial, helvetica, verdana;
			font-size: 12pt; /* or 11pt */
			background-color: black;
			color: black;
			border: 0;
			
								}
								
a:link {
	text-decoration: bold;
	color: red;
}

a:active {
	text-decoration: none;
	color: white;
}

a:visited {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: bold;
	color: none;
}
								
H1 
{ 
			color: red;
			font-style: normal;
			font-family: times, arial;
			font-size: 16pt;
			text-align: center;
			text-indent: 0em;
			word-spacing: -0.0em;
			letter-spacing: -0.0em;

}

H2 
{
	color: red;
	font-style: oblique;
	font-family: times, arial;
	text-indent: 0em;
}

H3
{
	color: red;
	font-style: oblique;
	font-size: 15;
	font-family: times, arial;
	text-align: center;
	text-indent: 0em;
}

		mainstyle {
			border: 0;
			font-family: arial, helvetica, verdana;
			font-size: 12pt;
			color: red;
	}		

.main_table {
			border: 0;
			border-color: black;
			font-family: arial, helvetica, verdana;
			font-size: 12pt;
			text-decoration: none;
			background-color: none;
			color: white;
			border-collapse: collapse;
			}
			

.name {
			background-color: none;
			border-color: yellow;
			font-family: arial, helvetica, verdana;
			word-spacing: 0.2em;
			font-size: 15pt;
			text-decoration: none;
			padding: 0 0 0 0;
			text-indent: 0em;
			color: red;
			
}

.form {
			list-style-type: square;
			border: 0;
			border-color: black;
			font-family: times, helvetica, verdana;
			font-size: 12pt;
			text-decoration: bold;
			color: lightblue;
			border-collapse: collapse;
			text-decoration: none;
}
.text_diz {
			border: 0;
			border-color: green;
			font-family: Arial, Helvetica, Verdana;
			font-size: 10pt;
			text-decoration: none;
			color: yellow;
			border-collapse: collapse;
			text-align: center;
			}
.text_about {
	border: 0;
	border-color: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	text-decoration: none;
	color: yellow;
	border-collapse: collapse;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: normal;
	text-indent: 10px;
	line-height: 25px;
}
.tips_text {
	border: 0;
	border-color: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12pt;
	text-decoration: none;
	color: yellow;
	border-collapse: collapse;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: normal;
	text-indent: 5px;
	line-height: 25px;
	list-style: lower-roman inside;
	list-style-type: upper-roman;
	list-style-position: outside;
	font: normal;
	width: 650px;
}

