﻿@charset "utf-8";
/* CSS Document */
body {
background: url(../img/bkg.jpg)	 /*Картинка фона*/
}
table {
border:0;
width:668 px;
height:159 px;	
}
span {
font-size:12px;
color:#333333; /*Цвет текста*/		
}
span1 {
font-size:12px;  
font-style:line-height; 
font-weight:bold; 
color:#0000FF; /*Цвет текста*/	
margin:0px; /*Внешний отступ*/
}
span2 {
font-size:12px;
color:#0000ff; /*Цвет текста*/		
}
span3 {
font-size:12px;
color:#ff0000; /*Цвет текста*/		
}
span4 {
font-size:12px;
font-weight:bold; 
color:#333333; /*Цвет текста*/		
}
.content {
text-align:center;	
}
.cont {
padding:5 px; /*Внутренний отступ*/
margin:5 px; /*Внешний отступ*/	
}