/* Main */

a:link
{
    color : #7F2119 ;
    text-decoration : none;
}

a:active
{
    color : #7F2119;
    text-decoration : underline;
}

a:visited
{
    color : #777777;
    text-decoration : none;
}

a:hover
{
    color : #CC0000;
    text-decoration : underline;
}

a.lpages:link
{
    color : #000000 ;
    text-decoration : none;
}

a.lpages:active
{
    color : #000000;
    text-decoration : underline;
}

a.lpages:visited
{
    color : #000000;
    text-decoration : none;
}

a.lpages:hover
{
    color : #CC0000;
    text-decoration : underline;
}

.pages
{
    font-size : 11px;
    margin-top : 10px;
    text-align : center;
}    

/* Simple */

#ctnSimple
{
	background-color : #FFFFFF;
	border : double 5px #7F2119;
	margin : auto;
	padding : 10px;
	text-align : left;
    width : 700px;
}    

