body {
     font-family: arial;
     font-size: 12px;
}

h1 {
   font-size: 30px;
   font-weight: bold;
   color: black;
   margin-left: 12px;
}

h2 {
   font-size: 18px;
   font-weight: bold;
}

h3 {
   font-size: 14px;
   color: black;
}
p.menu{
       margin-left: 0px;
       letter-spacing: 4pt;
       z-index:5;
}
p.subtitle{
           font-size: 10px;
}
A:link {
	color: 999999;
	text-decoration: none;
	}

A:visited {
	color: 000066;
	text-decoration: none;
	}

	
A:hover {
	color: CCCCCC;
	text-decoration: none;
	}


div.logo{
         position: absolute;
         left: 480px;
         top: 24px;
}

div.content {
	/* primary content */
	position: absolute;
	left: 24px;
	width: 400px;
	height: 1500px;
	margin: 0px;
        padding-right: 24px;
	border-right: solid;
        border-right-width: thin;
}


div.name {
           position: absolute;
           left: 104;
           top: 320;

}
div.sub {
           position: absolute;
           left: 240;
           top: 425;
           width: 400;
           text-align: center;

}
div.square {
           position: absolute;
           left: 240;
           top: 120;
           width: 400;
           height: 300;
           border: solid;
           border-width: thin;

}


div.square2 {
           position: absolute;
           left: 500;
           top: 120;
           width: 140;
           height: 300;
           border: solid;
           border-width: thin;
           background: black;

}
