.header
{
	width: 700px;
	font-size: 30px;
	font-weight: bolder;
	font-family: arial;
	
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	
	background-color: white;
	margin-left: 5px;
}

.main
{
	width: 700px;
	font-family: arial;
	font-size: 14px;
	
	background-color: white;
	margin-left: 5px;
}

.footer
{
	width: 700px;
	font-family: arial;
	font-size: 12px;

	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px;
	background-color: white;
	margin-left: 5px;
}

.title
{
	width: 700px;
	font-size: 22px;
	font-weight: bolder;
	font-style: italic;
	font-family: arial;
}

.desk
{
	/*background-color: white;
	border-left-style: solid;
	border-left-color: yellow;
	border-left-width: 2px;*/
}
