/* @override http://cariz.org/style.css */

body {
	background: url(img/vacum.gif);
	font-size: 5vw;
	line-height: 120%;
	font-family: 'Text Me One', sans-serif;
	
}
body a {color:blue; text-decoration: none;}
body a:hover{
	text-decoration:underline;
}


#container{
	margin-left:20%;
}
#footer{
	border-left: 40px solid blue;
	margin-top: 20%;
	
	
}
#footer ul{
	list-style-type: none;
	margin-left: 20px;
}


.txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:85%;  
	color: #4d7686;
	line-height: 150%;
	padding: 40px;
}

table {
	font-size:90%;
	color: #38525c;
	font-weight: bold;
	line-height: 120%;
	border-left: 1px dotted #4d7686;
	margin-left2: 80px;
}
