Here is CSS example :
body
{
font-size: small;
margin: 0px;
text-align: left;
background-color: #FFFF00;
padding: 3px;
}
{
font-size: small;
color: #4f4f4f;
padding: 0px;
margin: 0px;
border-width: 0px;
border-style: none;
border-color:white; }
a { text-decoration: none;}
li{
list-style-type:circle;
list-style-position:inherit; }
.left{
text-align:left;
vertical-align:top;}
.center {text-align:center;}
.right {
text-align:right;
font-weight:bold;
text-decoration:underline;
vertical-align:top; }
img{
border-width: 0px;
border-style: none;
margin: 0px;
padding: 0px;
}
div{
border-width: 0px;
border-style: none;
margin: 0px;
padding: 0px;
vertical-align: top;}
tr,td {
border-width:thick;
border-color:silver;}
No related wiki articles found