
/* Presentation Stylesheet */ 

h1 {
 font-size: 150%;
 font-family: arial;
 font-style: bold;
 text-align: center;
 }

h2 {
 font-size: 130%;
 font-family: arial;
 font-style: bold;
 text-align: left;
 }

h3 {
 font-size: 130%;
 font-family: arial;
 font-style: bold;
 text-align: right;
 }
 
p {
 font-size: 110%;
 text-indent: 1cm;
 font-family: arial;
 text-align: left;
 }

p.links {
 font-size: 110%;
 text-indent: 0cm;
 font-family: arial;
 text-align: left;
 }

p.contactus {
 font-size: 110%;
 text-indent: 0cm;
 font-family: arial;
 text-align: center;
 }

a.toc:link {
 color: #490EF2;
 background: white;
 text-decoration: none;
 text-decoration: bold;
 font-family: courier;
 font-size: 100%;
}

a.toc:hover {
 background: #490EF2;
 color: white;
 text-decoration: none;
 text-decoration: bold;
 font-family: courier;
 font-size: 100%;
}

a.toc:visited {
 text-decoration: none;
 text-decoration: bold;
 font-family: courier;
 font-size: 100%;
}



