*
{
margin: 0;
padding: 0;
border: 0;
/*href-color: #FF0000;*/
}

/*a:link
{
color: #FF0000;
}*/

/*a:visited
{
color: purple;
}*/

body
{
font-size: 100.01%;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000;
background-color: #eee;
font-weight: normal;
text-align: left;
}

.container
{
margin: 20px 10% 20px 10%;
font-size: 80%;
}

.header, .footer, .navigation h2, .content h2
{
background-color: #999;
/*background-color: #FF0000;*/
color: #fff;
}

.navigation, .content
{
border: solid 1px #333;
/*border: solid 1px #FF0000;*/
}

.header, .footer
{
text-align: center;
padding: 0.5% 0 0.5% 0;
border: solid 1px #333;
font-weight: bold;
font-size: 200%;
}

.wrapper
{
padding: 20px 0 0 0;
}

.content
{
float: left;
width: 75%;
margin-bottom: 20px;
padding-bottom: 10px;
}

.content ul
{
padding: 10px 10px 10px 30px;
}

.content p
{
padding: 10px 10px 0px 10px;
}

.content table
{
padding: 10px 10px 0px 10px;
}

.content input
{
border: solid 1px #333;
}

.navigation
{
float: right;
width: 20%;
margin-bottom: 20px;
}

/* Menu and content title */
.navigation h2, .content h2
{
padding: 4px 0 4px 10px;
font-size: 110.1%;
font-weight: bold;
border-bottom: solid 1px #333;
}

/* Menu title, del points before links */
.navigation ul
{
list-style: none;
padding: 10px;
}

.navigation li
{
padding: 2px;
}

.footer
{
clear: both;
margin-top: 10px;
}

.mandatory_field
{
color: #ff0000;
}

.article_special
{
font-weight: bold;
}
