/* CSS Document */
#wrapper
{
border: none;
padding: 1em;
}

.left
{
	font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
}
h1, h2, h3, .linktoapplication
{
color: #000;
font-size: 15px;
text-align: left;
}

.right
{
display: none;
}

#content
{

margin: 1em;
}



/* optional: in case I want to hide some text */
.notext
{
display: none;
}


/* position the print page break (doesn't work for netscape navigator 6 
p.breakhere 
{
page-break-before: always;
}*/


 
/* to make links look like the rest of the text */
a{
 text-decoration:none;
 color:#000;
 background:#fff;
}


