	
	
		/* 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;
	position: absolute;
	top: 450px;
	left: 50px;
	visibility: visible;
}
								
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;
	text-align: center;
	color: red;
	font-style: oblique;
	font-weight: normal;
	letter-spacing: 10px;
}

.image {
			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;
			vertical-align: top;
			
}

.text_diz {
	border: 0;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11pt;
	text-decoration: none;
	color: yellow;
	border-collapse: collapse;
	text-align: justify;
	padding-left: 10pt;
	padding-right: inherit;
	table-layout: fixed;
	width: 850px;
	letter-spacing: 1.5px;
	padding-top: 5px;
	line-height: 19px;
}
.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;
}

