/* vrz.css */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
	background-color: #dddddd;
}

.window {
	border-width: 1px;
	border-style: solid;
	border-color: #606060;	
}

#page {
	margin: auto;
	position: center;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
}

.big {
	font-size: large;
	font-weight: bold;
}

.block {
	text-align: justify;
	padding-left: 100px;
	padding-right: 100px;
}

a:link,a:active,a:visited { text-decoration: none; color: #1a69bb; }
a:hover			{ text-decoration: underline; color: #1a69bb; }