/* CSS Document */
body {
font-family:"Courier New", Courier, monospace;
background-attachment:fixed; 
scrollbar-arrow-color: ffffff;
scrollbar-track-color: ce944c;
scrollbar-face-color: 975758;
scrollbar-highlight-color: e8a59e;
scrollbar-3dlight-color: c96f66;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: 333333;
text-align:center;
background:black;
}

#wrapper {
width:1000px;
margin:auto;
text-align:left;
}

table.desk {
background-color:black;
text-align:center;
}

div.text-area {
width:444px;
height:554px;
overflow:scroll;
text-align:center;
color:#db2519;
font-weight:bold;
background:#ede2ce;
border-style:solid;
border-width:2px;
border-color:#ce944c;
}

#big {
color:white;
background-color:black;
font-size:24px;
font-weight:bold;
}
.interview {
	color: #FFF;
	background-color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 10px;
}


#medium {
background-color:black;
color:#FFCC33;
font-size:18px;
}

#signature {
color:black;
font-style:italic;
}

#copyright {
color:black;
font-size:14px;
text-align:right;
}

#contact {
color:black;
border-style:solid;
border-width:1px;
}

.imglink {
border:none;
}h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
	color: #900;
}
