H1 {
	font-family: Arial;
	font-size: 22px;
}

H2 {
	font-family: Arial;
	font-size: 16px;
}

H3 {
	font-family: Arial;
	font-size: 9px;
}
H4 {
	font-family: Arial;
	font-size: 12px;
}


.vlevo {
	float: left;
	width: 600;
}

.vpravo{
	float: left;
	width: 300;
	background-image: url(quatro.gif);
	background-repeat: no-repeat;
	height: 300;
	position: fixed;
}

body {
	background-image: url("bg.png");
	background-repeat: repeat-x;
	background-color: #4faddc;
}

.tabcol1{
	background-color: #F0E68C;
}

.tabcol2{
	background-color: #98FB98;
}

.tabcol3{
	background-color: #87CEFA;
}

.tabcol4{
	background-color: #FF6347;
}

.tabcol5{
	background-color: #7B68EE;
}

.tabcol6{
	background-color: #FFD700;
}

.tabcol10{
	background-color: #DCDCDC;
}

.white{
	background-color: transparent;
}

