		/*text------------------------*/	.main {       	margin: auto;		width: 600px;		background-color: none;    }		.title {		float: left;		background-color: #none;		width: 600px;		height: 125px;	}		.menu {		width: 600px;		height: 20px;		float: left;		background-color: #none;	}		.left {		width: 450px;		/*height: 470px;*/		float: left;		background-color: #none;		margin-right: 10px;	}		.right {		width: 130px;		/*height: 470px;*/		float: right;		padding: 5px;		/*margin: 5px;*/		background-color: #A8B0F8;		/*border: 1px solid #999;*/	}		.bottom {		width: 580px;		height: 21px;		float: left;		background-color: #ffffff;	}		.photomain {		width: 400px;		height: 425px;		float: left;		background-color: #ffffff;	}	.phototop {		width: 400px;		height: 400px;		float: left;		background-color: #ffffff;	}		.photobottom {		width: 394px;		height: 16px;		padding: 2px;		float: left;		background-color: #ffffff;	}		/*.mainbox {			margin: auto;			width: 750px;			heigh: 500px;			background-color: #000036;			padding: 5px;			margin: 5px;	}		.menu {		float: left;		background-color: #FFF;		border: 1px solid #39c;		padding: 5px;		margin: 5px;		width: 730px;		height: 75px;	}		.classes {		width: 150px;		float: left;		padding: 5px;		margin: 5px;		background-color: #036;		border: 1px solid #FFF;	}		.middle {		width: 380px;		float: left;		padding: 5px;		margin: 5px;		background-color: #000036;	}			.projects {		width: 150px;		float: right;		padding: 5px;		margin: 5px;		background-color: #036;		border: 1px solid #FFF;	}*/body{	font: 9pt Arial;	text align: left;	color: #666;}p{	font: 9pt Arial;	text align: left;	color: #666;}td{	font-size: 9pt;	font-style: bold;}h1{	font-size: 14pt;	font-style: bold;	/*color: #666;*/	color: #333;}h2{	font-size: 12pt;	font-style: strong;	color: #666;}h3{	font-size: 14pt;	font-style: strong;	background-color: #c00;	border:'1px' 'solid' '#666';	padding: 2px;	color: #fff;}/*links---------------------*/a:link {	/*color: #c00;*/	color: #930;	text-decoration: none;}a:visited {	/*color: #c00;*/	color: #930;		text-decoration: none;}a:hover {	color: #fff;	/*text-decoration: underline overline;*/	background-color: #930;}a:active {	color: #ccc;	text-decoration: none;}
