H3 { font-size: 14pt; font-family: Verdana, Tahoma, Arial; font-weight: bolder}
H4 { font-size: 10pt; font-family: Verdana, Tahoma, Arial; font-weight:bolder }
H5 { font-size: 8pt; font-family: Verdana, Tahoma, Arial; font-weight:bolder; color: black; }
H6 { font-size: 10pt; font-weight: bolder; color:black;}
H1 { font-size: 8pt; font-family: Verdana, Tahoma, Arial; font-weight:bolder; color: green; }
H2 { font-size: 8pt; font-family: Verdana, Tahoma, Arial; font-weight: bolder; color: red; }
H7 { font-size: 4pt; font-family: Verdana, Tahoma, Arial; font-weight: bolder; color: black; }

.moveup2a { margin-top: -32px; }
.moveup3a { margin-top: -37px; }
.moveup3b { margin-top: -19px; }
.moveup3c { margin-top: -30px; }
.moveup3d { margin-top: -20px; }
.moveup3e { margin-top: -31px; }
.movedown3a { margin-top: +1px; }

.box1 { width: 100px; background-color: transparent; border-top: inset grey;
border-right: inset grey; border-bottom: inset grey; border-left: inset grey; } 

.box2 { width: 145px; background-color: transparent; border-top: outset grey;
border-right: outset grey; border-bottom: outset grey; border-left: outset
grey; } 

.box3 { width: 130px; background-color: transparent; border-top-width: thick;
border-top-style: outset; border-top-color: white; border-right-style: outset;
border-right-width: thick; border-right-color; red; border-bottom-width: thick;
border-bottom-style: outset; border-bottom-color: red; border-left-width:
thick; border-left-style: outset; border-left-color: blue; }

.box4 { width: 310px; background-color: transparent; border-top-width: thick;
border-top-style: outset; border-top-color: red; border-right-style: outset;
border-right-width: thick; border-right-color; grey; border-bottom-width:
thick; border-bottom-style: outset; border-bottom-color: blue;
border-left-width: thick; border-left-style: outset; border-left-color: white;}

.box5 { width: 250px; background-color: transparent; border-top-width: thick;
border-top-style: inset; border-top-color: grey; border-right-style: inset;
border-right-width: thick; border-right-color; grey; border-bottom-width:
thick; border-bottom-style: inset; border-bottom-color: grey;
border-left-width: thick; border-left-style: inset; border-left-color: grey; }

.box6 { width: 450px; background-color: transparent; border-top-width: thick;
border-top-style: outset; border-top-color: red; border-right-style: inset;
border-right-width: thick; border-right-color; white; border-bottom-width:
thick; border-bottom-style: outset; border-bottom-color: blue;
border-left-width: thick; border-left-style: inset; border-left-color: white; }

.box7 { width: 450px; align: right; background-color: transparent;
border-top-width: thick; border-top-style: inset; border-top-color: grey;
border-right-style: inset; border-right-width: thick; border-right-color; grey;
border-bottom-width: thick; border-bottom-style: inset; border-bottom-color:
grey; border-left-width: thick; border-left-style: inset;
border-left-color:grey; }

.box8 { width: 375px; background-color: transparent; border-top-width: thick;
border-top-style: outset; border-top-color: grey; border-right-style: outset;
border-right-width: thick; border-right-color; grey; border-bottom-width:
thick; border-bottom-style: outset; border-bottom-color: grey;
border-left-width: thick; border-left-style: outset; border-left-color: grey; }

.box9 { width: 350px; background-color: transparent; border-top-width: thick;
border-top-style: inset; border-top-color: grey; border-right-style: inset;
border-right-width: thick; border-right-color; grey; border-bottom-width:
thick; border-bottom-style: inset; border-bottom-color: grey;
border-left-width: thick; border-left-style: inset; border-left-color: grey; }

.box10 { width: 130px; background-color: transparent; border-top-width: thick;
border-top-style: inset; border-top-color: red; border-right-style: inset;
border-right-width: thick; border-right-color; red; border-bottom-width: thick;
border-bottom-style: inset; border-bottom-color: red; border-left-width: thick;
border-left-style: inset; border-left-color: red;}

a.three:link {color: blue; text-decoration: none;}
a.three:visited {color: blue; text-decoration: none;}
a.three:hover {background: red}
a.four:link {color: black; text-decoration: none;}
a.four:visited {color: black; text-decoration: none;}
a.four:hover {background: blue}

/*@import "all.css"; /* just some basic formatting, no layout stuff */

body/* {
margin:5px 0px 0px 5px;
}*/
#leftcontent {
position: absolute;
left:1%;
width:20%;
top:100px;
}

#centerleftcontent {
position: absolute;
left:22%;
width:28%;
top:100px;
}

#centerrightcontent {
position: absolute;
left:51%;
width:28%;
top:100px;
}

#rightcontent {
position: absolute;
left:80%;
width:19%;
top:100px;
}


