body {
font-family : Helvetica, Arial, sans-serif;
font-size : small;
}



* html body {
font-size : x-small;
font-size : small;
}



p {
color : black;
font-size : 80%;
font-style: normal;
line-height : 130%;
margin-left : 30px;
}


h1 {
color : #909090;
font-size : 120%;
font-weight: normal;
line-height : 160%;
letter-spacing: 0.1em;
margin-left : 30px;
margin-top: 69px;

}


h2 {
color : #d12431;
font-size : 105%;
line-height : 200%;
letter-spacing : 0.08em;
margin-left : 30px;
}


h3 {
color : #909090;
font-size : 100%;
font-weight: normal;
line-height : 200%;
letter-spacing : 0.05em;
margin-left : 30px;

}


h4 {
color : white;
font-size : 100%;
letter-spacing : 0.1em;
margin-left : 30px;
}


h5 {
color : black;
font-size : 90%;
font-weight : normal;
line-height : 140%;
margin-left : 30px;
margin-top : 0px;
}


h6 {
color : #909090;
font-size : 80%;
font-weight : normal;
margin-bottom : 10px;
}


b {
color : #cd212e;
font-weight : bold;
}


a {
background-color : transparent;
background-image : none;
text-decoration : none;
}

a:link {
color : #909090
}

a:visited {
color : #909090
}


a:hover {
color : #d12431;
text-decoration : underline;
}


