body
{
font-family: aptos, calibri, verdana, sansserif, sans-serif;
color: rgb(32,32,32);
margin-left: 10%;
margin-right: 8%;
margin-top: 2%;
margin-bottom: 2%;
font-size: 115%;
}

h1, h2, h3, h4, h5, h6
{
font-family: aptos, calibri, verdana, trebuchet ms, sansserif, sans-serif;
text-align: center;
font-weight: bold;
color: rgb(32,64,80);
/* Text shadowing not used at the moment */
/* text-shadow: 1px 1px 1px rgb(128,128,128); */
}

p,ol,ul,li
{
font-family: aptos, calibri, verdana, sansserif, sans-serif;
color: rgb(32,32,32);
}

blockquote
{
font-family: aptos, calibri, verdana, sansserif, sans-serif;
color: rgb(32,32,32);
margin-left: 6%;
margin-right: 4%;
}

.header
{
font-family: aptos, calibri, verdana, sansserif, sans-serif;
color: rgb(32,64,80);
text-align: center;
font-weight: bold;
}

.computercode
{
font-family: consolas, lucida console, andale mono, prestige, courier, courier new, monospace, monospaced;
color: rgb(32,32,32);
font-size: .96rem;
}

.coded
{
font-family: consolas, lucida console, andale mono, prestige, courier, courier new, monospace, monospaced;
color: rgb(32,32,32);
font-size: .96rem;
}

.codesample
{
font-family: consolas, lucida console, andale mono, prestige, courier, courier new, monospace, monospaced;
color: DodgerBlue;
font-size: .96rem;
}

.pgtitle 
{
text-align: center;
}

em {font-style:italic;}
strong {font-weight: bold;}

a:link {color: #000060;}
a:visited {color: #600060;}
a:hover {color: #CC0000; text-decoration:none;}
a:active {color: blue; text-decoration:none;}
