
BODY {
 color: #333333;
 margin: 0px;
 padding: 0px;
 text-align: center;
 background:#ebebeb url(../images/bgs.gif) repeat-x;
}

#table {
 margin-left: auto;
 margin-right: auto;
 width:920px;
 height:700px;
 font: normal 12px/18px verdana, arial, sans-serif;
 text-align: center;
}

#top {
 width:920px;
 height:26px;
}

#logo {
 width:920px;
 height:184px;
}

#link-latex {
 float:left;
 width:460px;
 height:440px;
}

#link-paint {
 float:right;
 width:460px;
 height:440px;
}

#content {
 width:920px;
 height:440px;
 text-align: center;
 clear:both;
}

#copy {
 width:920px;
 height:50px;
 text-align: center;
}

.copy {
 color: #1E1E1E;
 font: normal 10px verdana, arial, sans-serif;
 padding:5px 2px 0px 2px;
 text-align: center;
}

.copy a {
 color: #000000;
 text-decoration:underline;
}

.copy a:hover {
 color: #000000;
 text-decoration:none;
}

A {
 color: #937000;
 text-decoration: none;
}

A:hover {
 color: #937000;
 text-decoration: underline;
}

TD {
 font-size: 12px;
}

