/* 
Style sheet for Memory Maps
Authored July 26, 2001 onwards
Craig Grannell
www.designation.com 
made@designation.com
*/ 

/* -- Page body and background colors -- */ 

body {background-color: white; margin-left: 0px; margin-top: 0px; margin-right: 0px;} 

/* This is for table centering, as most browsers fail margin autos */
 
center {margin-left: auto; margin-right: auto;} 

/* Break text-align inheritance for centering text */ 

center {text-align: center;} 
center table {text-align: left;}

/* -- Text styling and font stuff -- */ 

h1 {font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; padding-left: 10px;} 

p {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; color: black; padding-left: 10px;} 

.right {text-align: right;}

/* Standard black link */

a {color: black; text-decoration: underline;}
a:active {color: black; text-decoration: underline;}
a:visited {color: #222; text-decoration: underline;}
a:hover {color: #444; text-decoration: underline;}

/* Link for categories on right */

a.noline {color: black; text-decoration: none;}
a:active.noline {color: black; text-decoration: none;}
a:visited.noline  {color: black; text-decoration: none;}
a:hover.noline {color: black; text-decoration: underline;}

/* Fake links */

a.fake {color: black; text-decoration: none; cursor: default;}
a:active.fake {color: black; text-decoration: none; cursor: default;}
a:visited.fake {color: black; text-decoration: none; cursor: default;}
a:hover.fake {color: black; text-decoration: none; cursor: default;}

