body {background: url("title.jpg") repeat;}
* {font-family: arial;}

.pagetitle {background-color: floralwhite; font-size: xx-large; margin: 1%; padding: 10px;}
.leftcolumn {margin: 1%; float: left; padding: 10px; width: 74%; background-color: floralwhite;}
.rightcolumn {margin: 1%; float: right; padding: 10px; background: thistle; width: 20%; text-align: center}

.date {font-size: large; font-weight: bold; color: mediumpurple;}
.groupname {font-size: large; font-weight: bold; color: darkslateblue;}
.manuname {font-size: large; font-weight: bold; color: darkslateblue;}
.navigation {font-size: large; font-weight: bold;}
.sectiontitle {font-size: xx-large; font-weight: bold;}
.storename {font-size: large; font-weight: bold; color: darkslateblue;}

a:link {color: darkslateblue}
a:visited {color: mediumpurple}
a:hover {color: slateblue}
