/* CSS Document */

/* make everything sans-serif */
html, body, table, td, th, h1, h2, p, a, li {font-family:Verdana, Arial, Helvetica, Geneva, sans-serif}

/* set image borders to zero */
img{border:0}

body { 
	margin-left: 10px; 
	margin-right: 2px; 
	background: rgb(0,51,51); 
	color: rgb(153,153,153); 
	font-size:14px
	}

p { 
text-align: left;
font-size:14px
}

h1 {
font-size:26px;
font-weight:bold;
text-align:center
}

h2 {
font-size:18px;
font-weight:bold;
color:#CCCCCC;
}

.petit {
	font-size:12px
}

a:link {
color: #D8C684;
background: transparent;
font-size:14px
  }

a:visited {
  color: #D8C684;
  background: transparent;
}

a:active {
  color: #D8C684;
  background: transparent;
}

a:hover { 
color: #D8C684; 
text-decoration: none;
}

a.meniu:link {
  background: transparent;
  font-size: 12px;
}

a.meniu:visited {
  background: transparent;
  font-size: 12px;
}

a.meniu:active {
  background: transparent;
  font-size: 12px;
}

a.meniu:hover {
  background: #002222;
  text-decoration: none;
  font-size: 12px;
}

a.page:link {
color: rgb(153,153,153);
background: transparent;
font-size:14px
}

a.page:hover {
color: rgb(153,153,153);
background: rgb(51,51,51);
text-decoration: none;
}

a.petite:link {
color: rgb(153,153,153);
background: transparent;
font-size:12px
  }

a.petite:visited {
color: rgb(153,153,153);
  background: transparent;
}

a.petite:active {
color: rgb(153,153,153);
  background: transparent;
}

a.petite:hover { 
color: rgb(153,153,153);
background: rgb(51,51,51);
text-decoration: none;
}

.rouge {
color:#FF0000;
font-size:12px
}

.dix {
	font-size:10px
}
