﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Lucida, Sans-Serif;
	color: white;
	background-color:black;
}

body.main {
	background-image: url(../gfx/bg_yta.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Text tags reset*/
p, h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size:16px;
	font-weight:bold;
}

h2 {
	font-size:14px;
}
p.normal {
	color: white;
	font-size: 12px;
	text-align:justify;
}

li.normal {
	color: white;
	font-size: 12px;
}

/* news */
.entry {
    font-size: 12px;
    /*margin-top: 27px;*/
    padding-bottom: 20px;
    margin-left:auto;
    margin-right:auto;
    width: 500px;
    text-align: left;
}
.header {
    background-image: url(../gfx/bg_gbtopp.gif);
    background-repeat: no-repeat;
    font-size: 11px;
    padding: 7px;
    padding-top: 12px;
    padding-bottom: 2px;
    color: white;
}
.time {
    float: right;
    text-align: right;
    padding-right: 8px;
}
.headline 
{
	padding-left: 9px;
	font-size: 12px;
	font-weight: bold;
}
.message {
    background-image: url(../gfx/bg_gbyta.gif);
    background-position: bottom;
    padding: 7px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 25px;
}
.text
{
	font-size: 12px;
	text-align: justify;
    color: White;
}
a {color: white;
}
/* news end */