/*
   Base Style Sheet for ASCII Generator

   Copyright 2003 Joerg Seyfferth. All Rights Reserved.
*/
body
{
font-size: 100%;
color:#000000;
background-color:#CCCC99;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
margin-width:0px;
margin-height:0px;
}

div.center {align: center}
div.right {text-align: right}
div.left {text-align: left}

img {border-style: none}

table.spacing
{
border-spacing:5px;
}

td.content
{
color:#000000;
background-color:#ffffff;
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
font-family: verdana,helvetica,arial,sans-serif;
}


hr
{
background-color:transparent;
color:#000000;
height:1px;
}

