
body {
  background-color:#FFFFFF; }

    h1 {
text-align:left;
color:black;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 10pt;
font-weight: normal;
} 

    h2 {
text-align:justify;
color:black;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 10pt;
font-weight: normal;
} 

a.games:link {color:#000000; }      /* unvisited link */
a.games:visited {color:#000000; }  /* visited link */
a.games:hover {color:#000000;}  /* mouse over link */
a.games:active {color:#000000;}  /* selected link */ 
    

a.links:link {color:#7c68ee; text-decoration:none;}      /* unvisited link */
a.links:visited {color:#7c68ee; text-decoration:none;}  /* visited link */
a.links:hover {color:#7c68ee; text-decoration:none;}  /* mouse over link */
a.links:active {color:#7c68ee; text-decoration:none;}  /* selected link */ 

ul.social {
background-color:#ffffff;
list-style-type:none;
margin:0;
width: 100%;
padding:0px;
overflow:hidden;
text-align: right;
}

ul.social li
{
display:inline-block;
}
    
ul.social a:link,a:visited {
    color:#000000;
}

ul.social a:hover,a:active
{
    color:#7c68ee;
}

    ul.nav
{
background-color:#c3bce0;
list-style-type:none;
margin:0;
width: 100%;
padding:0px;
overflow:hidden;
text-align: center;
}
ul.nav li
{
display:inline-block;
}
ul.nav a:link,a:visited
{
display:block;
width:140PX;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight:normal;
color:#000000;
background-color:#c3bce0;
text-align:center;
padding:0px;
text-decoration:none;
text-transform:lowercase;
}
ul.nav a:hover,a:active
{
background-color:#cdc7eb;
}