

/*
domain name title on top right of page
*/

p.nametopright
{
text-align: right;
margin-right: 5%;
font-family: arial, sans-serif;
color: #330099;
}



/*
removing underline from link to index on domain name title on top right of page
*/

a.nounderline
{
text-decoration: none;
color: #330099;
}



/*
content box for large central area
*/

td.content {
padding: 1% 1% 1% 1%;
}



/*

end style sheet

*/

