
body {
text-align: center;
background-color: rgb(139,69,19);
font-family: Arial, Verdana, Helvetica, sans serif;

		 }
		
#logo {
background-color: rgb(139,69,19);
text-align: center;
	 }
	  
 #linkit {
background-color: rgb(139,69,19);
padding: 5px 5px 5px 5px;
font-weight: bold;
font-size: 83%;
text-align: center;
   }
	 
#linkit a {
color: rgb(245,245,220);
  }
	
#linkit a:hover, a:visited {
color: rgb(204,204,204);
  }

#sisus {
margin: 0 auto;
 position: relative;
 background-color: rgb(204,204,204); 
 font-family: Arial, Verdana, Helvetica, sans serif;
 color: rgb(102,51,0);
 text-align:center;
 padding: 20px 20px 20px 20px;
 
	 		}
			
.sisennys {
margin: 0 auto;
text-align: left;
padding-top: 20px;
padding-bottom: 0px;
width: 600px;
  }

			
#sisus a { 
color: rgb(0,51,255);
 }
 
#sisus a:hover, a:visited {
color: rgb(204,51,102);
  } 

#info {
background-color: rgb(245,245,220);
color: rgb(102,51,0);
text-align: center;
font-size: x-small;
padding: 5px 5px 5px 5px;
  }
	
#info a:link {
color: rgb(102,51,0);
  }

	#info a:hover, a:visited {
color: rgb(0,51,255);	
	  }

img {
border-width: 1px;
border-style: solid;
  }
	
.noborder {
border-width: 0px;
border-style: none;
  }
