.div1 {
background-color: palegreen;
position: fixed;
left: 0px;
top: 0px;
border: 1px solid black;
width: 100%;
height: 60px}

.div2 {
background-color: palegreen;
position: fixed;
left: 0px;
top: 0px;
border: 1px solid black;
width: 100%;
height: 68px}

.div3 {
background-color: palegreen;
position: fixed;
left: 0px;
top: 60px;
border: 1px solid black;
width: 100%;
height: 22px;
padding: 10px}

.div4 {
background-color: palegreen;
position: fixed;
left: 0px;
top: 68px;
border: 1px solid black;
width: 100%;
height: 22px;
padding: 10px}

a.arial:link { color: blue; font-family: Arial; font-weight: bold }
a.arial:visited { color: darkblue; font-family: Arial; font-weight: bold }
a.arial:hover { color: red; font-family: Arial; font-weight: bold }
a.arial:active { color: red; font-family: Arial; font-weight: bold }

a.arial2:link { color: blue; font-family: Arial; font-size: small; font-weight: bold }
a.arial2:visited { color: darkblue; font-family: Arial; font-size: small; font-weight: bold }
a.arial2:hover { color: red; font-family: Arial; font-size: small; font-weight: bold }
a.arial2:active { color: red; font-family: Arial; font-size: small; font-weight: bold }

a.times:link { color: blue; font-family: 'Times New Roman' }
a.times:visited { color: darkblue; font-family: 'Times New Roman' }
a.times:hover { color: red; font-family: 'Times New Roman' }
a.times:active { color: red; font-family: 'Times New Roman' }
