﻿body {
color: black;
background: white;
margin: 20px 100px;
padding: 0;
}

p {
font-family: verdana,arial,helvetica;
font-size: 12px;
font-weight: normal;
color: black;
line-height: 150%;
text-align:left;
font-weight:normal;
}

h1 {
font-family: georgia, times, serif;
font-size: 26px;
text-align:left;
color:blue;
font-weight:bold;
}

h2 {
font-family: georgia, times, serif;
font-size: 16px;
text-align:center;
color:black;
font-weight:bold;
}

h3 {
font-family: georgia, times, serif;
font-size: 14px;
text-align:center;
color:black;
font-weight:bold;
}

*a:link{color:red;}
 a:visited{color:green;}
*a:hover{color:blue;}
 a:active{color:red;}

#layout {width:70%
text-align:center;}
