a{
	color:#9999FF;
}

#topct{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 120px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
/*background-color: navy;*/
color: white;
z-index:50;
}

#mct{
position: fixed; 
top: 120px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto;
/*
background: #f0f;
border-left-color: red; 
border-bottom-color: red;
border-right-color: red; 
border-top-color: red;
border-top-style: solid;
border-right-style: solid; 
border-left-style: solid;
border-bottom-style: solid;
*/
}

#infr
{
	z-index:3;
	position:fixed; 
	width:100%; 
	height:600px; 
	background:#181818;
	/*border: solid 6px blue;*/
	/*margin-bottom: 20px;*/
}

#fpg{
position: fixed; 
top: 0px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto;
z-index:1;
/*
background: #f0f;
border-left-color: blue; 
border-bottom-color: blue;
border-top-style: solid;
border-top-color: blue;
border-right-style: solid; 
border-left-style: solid;
border-right-color: blue; 
border-bottom-style: solid;
*/
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

ul.llist li
{
    text-align: center;
    list-style: none;
}

ul.worklist
{
}

ul.worklist li
{
    margin: 30px 10px 10px 10px;
}

.listheading
{
    color: #FF9999;
    font-weight: bold;
}