/*CSS Style sheet, same as for polyMorphix.Net*/


body
{
    color: #bbe0e0;
    font-family: 'Courier New', 'Courier' , Monospace, Sans-Serif;
    background-color: black;
    
}

h1
{
	text-align: center;
}


a
{
    color: White;
    background: #0f0f1f;
}

.bodyText
{
	padding-left: 3%;
	padding-right: 3%;
	text-align:justify;
}

h2
{
	padding-left:0%;
	padding-right:0%;
}

a:Hover 
{
    color: #9696ff;
    background: #0f0f1f;
    text-decoration: underline overline;
    font-weight: bold;
}

.titleArea
{
    text-align: center;
    font-weight: bold;
    
}

.mainTitleArea
{
    font-size: xx-large;
    
    color: White;
}

.mainQuotesArea
{
    font-size: larger;
    font-style: italic;
}

.mainLinksArea
{
    font-size: large;
    color: White;
}

a.primaryMenuItem
{
    color: White;
}

a.secondaryMenuItem
{
    color: Lime;
}

a.tertiaryMenuItem
{
    color: Aqua;
    font-size: small;
}


a.activeMenuItem
{
    background: #550000;
}

a.tertiaryMenuItem:hover
{
    color: #96ffff;
    background: #0f1f0f;
    text-decoration: underline overline;    
}

a.secondaryMenuItem:hover
{
    color: #96ff96;
    background: #0f1f0f;
    text-decoration: underline overline;
}
/*

a.primaryMenuItem:hover
{
    color: #9696ff;
    background: #0f0f1f;
    text-decoration: underline overline;
}


a.activeMenuItem:hover
{
    color: #9696ff;
    background: #0f0f1f;
    text-decoration: underline overline;
}*/