/* CSS definition file containing sitestyle stylesheets */

body { font-family: Georgia, Palatino, 'Times New Roman', Times, Serif, serif; 
width:100%;
height:100%;
display:block;
text-align:left;
margin: 0px auto;
background-color: rgb(66,33,cc); 
background-image: url("./../assets/images/background.gif");
background-repeat: repeat;
}

a:active {color: rgb(255,0,0);}
a:link {color: rgb(0,51,204);}
a:visited {color: rgb(153,0,153);}
.TextNavBar {font-size: xx-small;}
a:hover {color: rgb(255,0,0);}


