body
{ 
background-color: white;
background-image: none;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right top;
font-size: 100%;
margin:20px 5px 20px 20px;
}

h1 { font-size: 200%; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }

p {font-size:1em;}

.icon
{
color: red;
}

pre.background
{ 
background-color: white;
background-attachment: fixed;
background-image: inherit;
background-repeat: no-repeat;
background-position: right top;
}

pre.margin { margin-left: 40px; }

pre.text { color: black;
           direction: ltr;
           line-height: normal;
           letter-spacing: normal;
           text-align: left;
           text-decoration: none;
           text-indent: 0px;
           text-shadow: none;
           text-transform: none;
           unicode-bidi: normal;
           vertical-align: baseline;
           white-space: pre;
           word-spacing: normal;
         }

pre.font { font-family: Monaco, "Courier New", Courier, monospace;
           font-size: 100%;
           font-style: normal;
           font-variant: normal;
           font-weight: 600;
         }



a:link.box
{
display:block;
border-style: solid;
border-color: black;
border-width: thin;
font-weight:bold;
color: black;
background-color: #DADADA;
width:330px;
text-align:center;
padding:4px;
text-decoration:none;

font-size: 110%;
}

a:visited.box
{
display:block;
border-style: solid;
border-color: black;
border-width: thin;
font-weight:bold;
color: black;
background-color: #AEAEAE;
width:330px;
text-align:center;
padding:4px;
text-decoration:none;
 
font-size: 110%;
}

a:hover.box
{
font-size: 120%;
font-weight: bold;
}

a:active.box
{
background-color: green;
font-size: 110%;
}

a:link
{
color: blue;
font-size: 110%;
text-decoration: none;
}

a:visited
{
color: purple;
font-size: 110%;
text-decoration: none;
}

a:hover
{
font-size: 110%;
font-weight: bold;
text-decoration: underline;
}

a:active
{
color: green;
font-size: 120%;
text-decoration: none;
}

