@CHARSET "UTF-8";
@IMPORT url("article.css");
@IMPORT url("forms.css");
@IMPORT url("gallery.css");
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	background-color:  #00529a;
	font: 12px Arial, Verdana, Tahoma;
	color: #8097b4;
	font-size: 11px;
	height: 100%;
}
object {
	outline: none;
}
a {
	color: #8097b4;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
#copyright {
	float: left;
}
#author {
	float: right;
}
.tagi {
	margin-top:5px;
}
.tagi h3 {
	display:inline;
	font-size:11px;
	font-weight:normal;
}