/* style sheet....w00t */ 

/* basic font */ 
td,p,li {font-family:Arial; color:#000000; font-size:14px} 
tablealignment {table-layout:fixed; vertical-align:middle }
/* title */ 
div.title {font-size:20px; text-align:center;} 

/* headline */ 
.head {font-size:28px} 

/* intermediate */ 
.avg {font-size:16px} 

/* tiny font */ 
.small {font-size:12px}

.harhar {font-size:8px}
/* nav bar */ 
.nav {font-size:18px}
 
/* links and such*/ 
A:link {color: #42215C; text-decoration:none}
A:active {color: #42215C; text-decoration:none}
A:hover {color: #42215C; text-decoration:underline}
A:visited {color:#42215C; text-decoration:none} 
A:visited:hover {color:#562B7A; text-decoration:underline}

/* table borders where needed */
.tablepreset1 {border:0; border-width:0 align:left}
