h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:56px;
}
h2{	
	font-size:16px;
	color:#333333;
	margin-top:2px;
	font-weight:bold;
}
h3{
	margin-top:-5px;
	font-size:14px;
	font-style:italic;
}
a{
	color:grey;
}

.desc {
	float:left;
	clear:both;
	margin:0;
	color:#FF0000;
	font-style:italic;
	font-size:12px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
}

/* VIEW */
#text .view {
	float:left;
	clear:both;
	width:600px;
	margin:0;
}

