@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:14px;
	}

a {
	color:#333333;
	text-decoration:underline;
	}
	
a:hover {
	color:#666666;
	}
	
	
h1{
	text-transform:uppercase;
	font-size:45px;
	}

h2 {
	font-size:36px;
	}

h3 {
	font-size:16px;
	color:#FF0000;
	font-weight:bold;
	}


.oras {
	color:#990000;
	font-size:16px;
	font-weight:bold;
	}

.link-curent {
	font-size:12px;
	font-weight:bold;
	}
	
.iconita {
	border:1px solid #CCCCCC;
	}
	
.stricat-rosu {
	font-weight:bold;
	color:#FF0000;
	}
	
.footer {
	font-size:12px;
	border-top: 1px solid #CCCCCC;
	padding:10px;
	}

