html {
height:100%;
padding:0px;
margin:0px;
}
body {
height:100%;
padding:0px;
margin:0px;
background-color:#000;
color:#fff;
font-family: Arial, Serif;
}
.c {
border:1px solid #fff;
}
.cn {
font-size:18px;
background: rgb(0,0,0);
background: rgba(0,0,0,0.7);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000, endColorstr=#AA000000);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000, endColorstr=#AA000000)";
}
.cp {
font-size:12px;
background: rgb(0,0,0);
background: rgba(0,0,0,0.7);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000, endColorstr=#AA000000);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000, endColorstr=#AA000000)";
}
.cl {
font-size:18px;
width:25px;
height:25px;
text-align:center;
line-height:25px;
color:#fff;
position:absolute;
top:5px;
left:5px;
background: rgb(0,0,0);
background: rgba(0,0,0,0.7);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000, endColorstr=#AA000000);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000, endColorstr=#AA000000)";
}
a, a:visited, a:active, a:hover {
text-decoration:underline;
color:#fff;
}