P { 
        font-size : 14pt; 
        font-family : Times New Roman,Arial,Helvetica; 
        font-weight : normal; 
        color : #FFFFFF;
        text-align : left; 
        margin-left : 10px;
        margin-right: 10px;
} 

P.special { 
        font-size : 14pt; 
        font-family : Arial,Helvetica; 
        font-weight : normal; 
        color : #FFFFFF;
        text-align : center; 
        margin-left : 10px;
        margin-right: 10px;
}

P.coin { 
        font-size : 14pt; 
        font-family : Arial,Helvetica; 
        font-weight : normal; 
        color : #FFFFFF;
        text-align : left; 
        margin-left : 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px solid white;
        width: 200px;
}
 
B { 
        font-size : 14pt; 
        font-family : Times New Roman,Arial,Helvetica; 
        font-weight : bold; 
        color : #FFFFFF; 
        text-align : left; 
} 
 
H1 {
				 font-size : 20pt;
        font-family : Arial,Helvetica;
        font-weight : normal;
        color : #FFFFFF;
        text-align : center;
}

A  { 
        font-size : 14pt; 
        font-family : Times New Roman,Arial,Helvetica; 
        font-weight : normal; 
        color : #FFFFFF; 
        text-decoration : underline;
} 

A.NAV {
        font-size : 20pt; 
        font-family : Arial,Helvetica; 
        font-weight : normal; 
        color : #FFFFFF; 
        text-decoration : none;
        margin-left: 30px;
        margin-right: 30px;
}
A.NAV:hover {
        font-size : 20pt; 
        font-family : Arial,Helvetica; 
        font-weight : none; 
        color : #E6E6E6; 
        text-decoration : none;
        margin-left: 30px;
        margin-right: 30px;
}

A.SUBNAV {
        font-size : 18pt; 
        font-family : Arial,Helvetica; 
        text-align: center;
        font-weight : normal; 
        color : #FFFFFF; 
        text-decoration : none;
}
A.SUBNAV:hover {
        font-size : 18pt; 
        font-family : Arial,Helvetica; 
				 text-align: center;
        font-weight : none; 
        color : #E6E6E6; 
        text-decoration : none;
}

A.NAVAKTIV {
        font-size : 20pt; 
        font-family : Arial,Helvetica; 
        font-weight : normal; 
        color : #E6E6E6; 
        text-decoration : none;
        margin-left: 30px;
        margin-right: 30px;
}

A.SUBNAVAKTIV {
        font-size : 18pt; 
        font-family : Arial,Helvetica; 
        text-align: center;
        font-weight : normal; 
        color : #E6E6E6; 
        text-decoration : none;
}

BODY {
	background-color : #95a5f5;	
}

IMG.NORMAL {
				border: solid black 1px;
				margin-left: 10px;
       margin-right: 10px;
}
