﻿@charset "UTF-8";

body {
	font-size: 13px;
	line-height: 1.3em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
    background-size: cover;
	font-weight: normal;
	background-color: #ffffff;
	margin: 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.a_rodo:link  { font-family: Tahoma, Verdana, arial; color:#004080; font-weight: bold; font-style: italic; text-decoration:none; background:#E6E6E6; }
.a_rodo:active   { font-family: Tahoma, Verdana, arial; color:#0055C0; font-weight: bold; font-style: italic; text-decoration:none; background:#00FF00; }
.a_rodo:visited  { font-family: Tahoma, Verdana, arial; color:#004080; font-weight: bold; font-style: italic; text-decoration:none; background:#E6E6E6; }
.a_rodo:hover  { font-family: Tahoma, Verdana, arial; color:#0055C0; font-weight: bold; font-style: italic; text-decoration:none; background:#00FF00; }
