.author_info {
	color : #039;
	font-size : 16px;
}

.title {
	color : #039;
	font-size : 32px;
}

pre {
	margin-left : 1cm;
}

.heading{
	font-weight : bold;
}
div.main{
	width : 500px;
	float : left;
	padding-left : 1cm;
	padding-right : 1cm;
	padding-top : .5cm;
	padding-bottom : .5cm;
	background-color : #CCF;
	border-left : thin solid #039;
	border-top : thin solid #039;
	border-right : thin solid #039;
	border-bottom : thin solid #039;
	height : 500px;
	overflow : auto;
}

div.project{
	padding : 5px 5px 5px 5px;
	background-color : #99F;
	border-left : thin solid #039;
	border-top : thin solid #039;
	border-right : thin solid #039;
	border-bottom : thin solid #039;
}

div.menu {
	float : left;
	padding-left : 15px;
}

div.log_body{
	float : left;
	height : 500px;
	width : 40em;
	overflow : auto;
}


h1 {
	margin-left : 0cm;
}
h2 {
}
h3 {
}
h4 {
	display : inline;
}
.right{
	float : right;
}

.left{
	float : left;
	padding-left : 5px;
}



a:link, a:visited {
	color: #363;
	text-decoration : none;
	font-family : arial sans-serif;
	font-weight : 900;
}    
a:hover {
	color: #3C3;
	text-decoration : underline;
	font-family : arial sans-serif;
	font-weight : 900;
}   
a:active {
	color: #F00;
	font-family : arial sans-serif;
	text-decoration : none;
	font-weight : 900;
}
