@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Sylfaen, Palatino Linotype, Arial, serif;
	font-size: 10px;
	vertical-align: top;
	color: #FFFFFF;
	padding-right: 1px;
	padding-left: 1px;
	
}
body {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #41c2fc;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.style1 {
	font-size: xx-large;
}
.style2 {
	font-size: medium;
	font-weight: bold;
}

.style3 {
	font-size: small;
	font-weight: bold;
}

.commenthidden {display: none} 
.commentshown {display: inline}

#navbar-iframe {   display: none !important;}

img { 
  padding: 4px; 
  border: 2px solid #41c2fc; 
  } 




