@charset "utf-8";

body {
	background-color: #181D23;
	color: #797978;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #797978;
	text-decoration: none;
}
.navbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 20px;
}
.main_allign {
	padding-left: 20px;
	text-align: justify;
	padding-right: 20px;
}
.red {
	color: #C00;
}
.yellow{
color: FFCC66;
}
.orange{
color: FF9966;
}
.dorange{
color: CC6633;
}

.middle {
	text-align: center;
}
 
a:hover 
{ color:#C00; text-decoration: underline; }