<!-- EEI.CSS STYLE SHEET -->
body {
font-size : 110%;
background-color : #ffffff;
font-family : arial, sans-serif,helvetica;
color : #000000;
text-align : left;
margin-right : 1%;
margin-left : 1%;
}

h1 {
font-weight : bold;
color : #000000;
background-color : transparent;
text-align : center;
}

h2 {
font-weight : bold;
color : #000000;
background-color : transparent;
font-family : arial, sans-serif,helvetica;
text-align : center;
}

h3 {
font-weight : bold;
color : #000000;
background-color : transparent;
font-family : arial, sans-serif,helvetica;
font-size : 100%;
text-align : center;
}

p {
font-style : normal;
text-align : justify;
margin-right : 1%;
margin-left : 3%;
}

a:link {
color :  #ff0000;
text-decoration : underline;
background-color : transparent;
font-weight : bold;
}

a:visited {
color : #551a8b;
text-decoration : none;
background : transparent;
font-weight : bold;
}

a:hover {
color : #0000ee;
text-decoration : none;
background-color : transparent;
font-weight : bold;
}
a:active {
color : #33ff00;
background-color : #66FF33;
font-weight : bold;
background-color : #FFFF00;
}

hr {
width : 50%;
height : 2px;
color : #000000;
text-align : center;
background : transparent;
}

.Center-B {
font-weight : bold;
text-align : center;
}

.CenterBlack-NB {
font-weight : bold;
color : #000000;
background-color : transparent;
text-align : center;
}

pre {
font-weight : normal;
font-family : arial, sans-serif,helvetica;
margin-right : 10%;
margin-left : 10%;
}
