/* CSS Document */

.title {
text-align:center;
font-size:18px;
}
body {
margin: 0px;
padding: 0px;
font-size:14px;
font-family: Arial,  Verdana , Serif;
color:#ffff00;
background-color:#000000;
background-image:url('./pics/hatter.jpg');
text-align: center;
}
img {
border: none;
}
.num{
text-align:center; vertical-align:bottom; background-image:url(pics/num.gif); width:18px; height:22px;color:#000000;
}
.num2{
text-align:center; vertical-align:bottom; background-image:url(pics/num2.gif); width:18px; height:22px;color:#000000;
}
.gallery{
vertical-align:bottom; 
height:200px;
background-image:url('./pics/padlo.jpg');
}

#content{
background-color:#000000;
width:800px;
border:1px solid #aaaa00;
clear:both;
background-image:url('./pics/girl.jpg');
}
a:active,  a:link,  a:visited, a:hover, a:hover:visited

{
	color:#ffff00;
	text-decoration:none;
}
.num a:active, .num a:link, .num a:visited, .num a:hover, .num a:hover:visited

{
	color:#000000;
	text-decoration:none;
}
news_textbox {
text-align:left;
}


