/*******UNIVERSAL TAGS******/
*{
margin: 0;
padding: 0;
color: #fff;
background-color: #000;
list-style-type: none;
font-family: arial, sans-serif;
}
a{
color: #fff;
border: none;
text-decoration: none;
font-weight: bolder;
}
ul li{
display: inline;
}
.heading1{
margin: 25px 0 15px 0;
text-transform: uppercase;
letter-spacing: 3px;
}
/*******DIVS******/
#wrapper{
width: 700px;
margin: 5px auto;
}
#pagecontent{
color: inherit;
background-color: inherit;
width: 700px;
text-align: justify;
margin: 0;
}
#individual{
width: 700px;
margin: 0 0 5px 0;
}
#content{
width: 680px;
height: 400px;
margin: 0 0 0 10px;
}
/*******CLASSES******/

/*VALORE LOGO HEADING*/
.valore{
width: 700px;
margin: 10px 0 0 0;
}
/*TOP NAVIGATION*/
.mainnav{
text-align: center;
margin: 0 0 5px 0;
}
.mainnav li{
font-size: smaller;
text-transform: uppercase;
font-weight: bolder;
letter-spacing: 3px;
}
.mainnav li a:hover{
background-color: #c66
}
/*ABOUT*/
.about{
text-align: justify;
font-family: arial, sans-serif;
font-size: smaller;
line-height: 20px;
}
/*CONTACT*/
.antonija{
text-decoration: underline;
padding: 10px 0 10px 0;
}
.contact{
font-size: smaller;
line-height: 30px;
}
/*BOTTOM NAVIGATION*/
.bottomnav{
margin: 5px;
float: left;
}
.bottomnav li{
margin-right: 5px;
font-family: inherit;
font-size: xx-small;
text-transform: uppercase;
font-weight: bold;
}
.bottomnav li a:hover{
background-color: #c66
}
/*FORM*/
form{
text-align: right;
float: right;
width: 200px;
background-color: #000;
}
label{
font-size: xx-small;
text-transform: uppercase;
font-weight: bold;
}
input{
background-color: #ccc;
color: #000;
border: 2px solid #fff;
font-size: xx-small;
}
.reg{
text-align: justify;
font-family: arial, sans-serif;
font-size: smaller;
line-height: 20px;
}