﻿body {
	margin : 0px;
	padding-top: 53px;
	background: #c0c0c0 url('img/body.png') repeat-x;
	background-attachment:fixed;
	font-size: 100%;
	font-family: Arial;
}

div#calosc {
	background: url('img/background.gif') repeat-x;
	width : 494px;
	height: 443px;
	margin:auto;
	cursor: default;
	border: 0px;
	text-align: center;
	font-size: 1.7em;
}


a {
text-decoration:underline;
color: blue;
}
a:hover{
text-decoration:underline;
color: black;
font-weight: bold;
}
