body {
	background: #edf4fa;
	/*color: #FCFCFC;*/
	font-family: "Trebuchet MS";
	margin: 0px;
	width: 800px;
}
.linkinput{
border:0px;
font-family: "Trebuchet MS";
/*font-weight:bold;*/
border-color:#edf4fa;
background:#edf4fa;
position:static;
}
/*.linkinput:hover{
border:1px solid;
border-color:black;
}*/
.linkinput:focus{
border:1px solid;
border-color:grey;
background:white;
}

.container {
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -50px auto auto -100px;
}

input {
	border: 1px solid;
	border-color: grey;
	position:absolute;	
	left:610px;
}
select {
	border: 1px solid;
	border-color: grey;
	position:absolute;	
	left:610px;
	/*margin-bottom:10px;*/
}
textarea {
	border: 1px solid;
	border-color: grey;
	/*position:absolute;
	left:630px;*/
}

.txt {
	font-size: 80%;
	margin: 2px;
}

.container1 {
	margin: 10px;
	width: 100%;
}

.menu {
	float: left;
	margin-right: 30px;
}

.clear {
	clear: both;
}

.content {
	color: blue;
	font-size: 80%;
}

.menu2 {
	/*margin-left: 200px;*/
	width: 700px;
	background: url(images/img02.jpg) no-repeat;
}

.menu2 a {
	display: block;
	height: 30px;
	color: black;
	padding: 12px 10px 0 300px;
	text-decoration: none;
	font-weight: bold;
}

.menu2 a:hover {
	text-decoration: underline;
}

.content h1 {
	color: black;
	font-size: 110%;
}

.content h2 {
	color: black;
	font-size: 100%;
}

.leftdoted {
	border-left: 1px dotted grey;
}

.footer {
	margin-top: 30px;
	text-align: center;
	font-size: 70%;
	color: black;
}

.link {
	color: black;
	text-decoration: none;
}

.link a {
	color: red;
}

.navlinks{
	width:900px;
}
.navlinks a {
	color: blue;
}

.pages {
	color: black;
}

.pages a {
	color: blue;
}

.bbold {
	color: black;
}
.ss
{
	border: 1px solid;
	border-color: grey;
	position:static;
}
.hiden
{
	display:none;
	color:black;
}
.sh
{
	font-size:110%;
	font-family: "sans-serif";
}
.comment .name{
	color:blue;
	}
.comment .name b{
	color:black;
	}	
.comment .com{
	color:black;
}