
@charset "UTF-8";
/* CSS Document */



body {
font-style: none;
font-family:"Times New Roman", Times, serif;
}

a:link {color: #666666; text-decoration: none; border-collapse:collapse ; border: none}     /* unvisited link */
a:visited {color: #666666; text-decoration: none; border-collapse:collapse ; border: none}  /* visited link */
a:hover {color: #cccccc; text-decoration: none; border-collapse:collapse ; border: none}   /* mouse over link */
a:active {color: #666666; text-decoration: none; border-collapse:collapse ; border: none}   /* selected link */

img{
border:none;
}


div.comment{
border:1px black dotted;
float:bottom;
position:relative;
top:199px;
width:100%;
}

div.video{
	height:200px;
}

div.page{
width:1000;
height:100%;
float:left;
}
div.header {
position:absolute;
top:0px;
left:0px;*/
height:200px;
width:98%;
text-align:center;
font-size:15pt;
padding:10px;
}

div.sidebar {
float:top;
width:100px;
border-left:1px black dotted;
border-right:1px black dotted;
border-bottom:1px black dotted;
width:960px;
text-align:;
padding:20px;
}

table.content {
float:;
text-align:left;
border-right:1px black dotted;
border-bottom:1px black dotted;
position:relative;
width:1002px;

padding:20px;
background:;
border-left:1px black dotted;

}