.main {
	font-family: Arial;
	font-size: 14px;
	color: black;
}

.small {
	font-size: 12px
}

.blue {
	color: #66CCFF;
	font-weight: bold;
}

.red {
	color: #663333;	
}

.auth_window {
	font-size: 12px;
	color: #CCCC33;
}

A {
	color: black;
}

A.nodec {
	text-decoration: none;
}

A.nodec:hover {
	text-decoration: underline;
}