body {
margin-top: 0px;
margin-left: auto;
margin-right: auto;
background: #fff;
color: #333;
font-size: 14px;
font-family: "Trebuchet MS",Arial;
max-width: 640px;
border: 3px solid #eee;
}
img { margin-bottom: -2px; }
a {color:#0000FF; text-decoration: none;}
a:hover {color: #9999CC; text-decoration: underline;}
.maintxt { margin: 0px 2px; }
.head { background: #FF8244 url(../img/head.gif) repeat-x;
padding: 4px;
color: #fff;
font-weight: bold;
border: 1px solid #E47036; }
.gmenu {
background: #EFFFD6;
border: 1px solid #BBD198;
padding: 4px;
margin: 1px 0px;
font-weight: bold;
}
h2 {font-size:small;}
h1 {font-size:small;}
small {font-size: 10px;}
.menu {
background: #93DB4C url(../img/phdr.gif) repeat-x;
padding: 4px;
color: #ffffff;
border: 1px solid #7EB14B;
}
.row {
background: #e9e9e9 url(../img/menu.gif) repeat-x;
margin: 0px;
padding: 5px;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-weight: bold;
}
.video {
min-height: 120px;
display: block;
margin-top: 5px;
text-align: center;
font-weight: normal;
color: #b5b4b4;
margin-bottom: 0px;
padding: 3px;
background-color: #E6EEF1;
border-radius: 5px;
border: 2px solid #ABEE69;
}
.l { background-color: #5BB200; border-radius: 3px; color: #fff; width: 100%; margin-top: 2px; text-align: center; border: 0px; padding: 4px; font-weight:bold; cursor:pointer;}
.t { background-color:#D63423; border-radius:3px; color:#fff; width:100%; margin-top: 2px; text-align:center; border: 0px; padding: 4px; font-weight:bold; cursor:pointer;}
.l a,.t a{color:#fff;}
form {margin:0px;}
up{font-size:9px;background:red;font-weight:700;color:#fff;font-style:italic;border-radius:2px;padding-right:3px;padding-left:3px;-webkit-animation:myfirst .8s linear infinite;animation:myfirst 1s linear infinite}
@-webkit-keyframes myfirst{from{background:#CC2A19;color:#fff}to{background:#CC2A19;color:#ff0}}
@keyframes myfirst{from{background:#CC2A19;color:#fff}to{background:#CC2A19;color:#ff0}}