
BODY {
   		color: #000000;
        font-family: Arial;
        font-size: 12px;
		
}

A {
        color: #FFF7C6;
        font-family: Arial;
        font-size: 10px;
		text-decoration: underline;
		font-weight: bold;
}

A:HOVER {
        color: #000000;
        font-family: Arial;
        font-size: 10px;
		text-decoration: underline;
		font-weight: bold;
}

A.1 {
        color: #FFF7C6;
        font-family: Arial;
        font-size: 12px;
		text-decoration: none;
		font-weight: bold;
}

A.1:HOVER {
        color: #000000;
        font-family: Arial;
        font-size: 12px;
		text-decoration: none;
		font-weight: bold;
}

P {
   		color: #000000;
        font-family: Arial;
        font-size: 12px;
		text-decoration: none;
		font-weight: normal;
		text-align: justify;
}

h2{
   		color: #4A4239;
        font-family: Arial;
        font-size: 32px;
		
}
