/* This is the stylesheet used for the Dingwall Bridge Club Web site */
/* The background is rgb(255,255,255) */

body {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; background: #FFFFFF}
table {font-family: Arial, Helvetica, sans-serif; font-size: 12pt;}
ul {font-family: Arial, Helvetica, sans-serif; font-size: 12pt;}
ol {font-family: Arial, Helvetica, sans-serif; font-size: 12pt;}

/* Default link decoration */
a:link {color: blue}
a:visited {color: blue}
a:hover {color: red}
a:active{color:green}

/* Link decoration for the "menu" class */
a.menu:link {color: black; text-decoration: none}
a.menu:visited {color: black; text-decoration: none}
a.menu:hover {color: blue; text-decoration: underline}

/* Link decoration for the "main" class */
a.main:link {color: blue; text-decoration: underline}
a.main:visited {color: purple; text-decoration: underline}
a.main:hover {color: red; text-decoration: underline}
a.main:active{color: black; text-decoration: underline}

/* Headings underlined and bold */
h1 {text-decoration: underline; font-size: 16pt; font-weight: 600}
h2 {text-decoration: underline; font-size: 14pt; font-weight: 600}
h3 {text-decoration: underline; font-size: 12pt; font-weight: 600}
h4 {text-decoration: underline; font-size: 11pt; font-weight: 600}

/* Text with classes "t7" to "t11" with corresponding point sizes */
.t7 {font-family: Arial, Helvetica, sans-serif; font-size: 7pt;}
.t8 {font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
.t9 {font-family: Arial, Helvetica, sans-serif; font-size: 9pt;}
.t10 {font-family: Arial, Helvetica, sans-serif; font-size: 10pt;}
.t11 {font-family: Arial, Helvetica, sans-serif; font-size: 11pt;}


