/*Урок подготовлен web-студией roothelp.ru*/

/*Титры*/

.rh_title
{
color: gold;
font-size: 24px;
}

.rh_webstudia
{
color: white;
font-size: 14px;
}

.roothelp_img
{
border: none;
}

/*Основные стили*/


*, html, body
{
	margin:0 auto;
	padding:0;
}

.width
{
width: 1000px;
}

.center
{
margin:0 auto;
text-align: center;
}

.onetable
{
background: #6eaaff;
height: 100px;
width: 100%;
}

.text
{
padding: 10px;
width: 500px;
}

/*div парамметры*/

#div_a a
{
font-size: 20px;
padding: 10px;
}

a.active
{
color:red;
font-size: 20px;
text-decoration: none;
}












