/* This is the stylesheet used for the Dingwall Bridge Club Web site */
/* Background set to white */
body {font-family: Arial, Helvetica, sans-serif; font-size: 11pt; background: rgb(255,255,255)}
table {font-family: Arial, Helvetica, sans-serif; font-size: 11pt;}
ul {font-family: Arial, Helvetica, sans-serif; font-size: 11pt;}
ol {font-family: Arial, Helvetica, sans-serif; font-size: 11pt;}

/* Default link decoration */
a:link {color: blue}
a:visited {color: blue}
a:hover {color: red}
a:active{color:green}

/* 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 "t14 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;}
.t12 {font-family: Arial, Helvetica, sans-serif; font-size: 12pt;}
.t13 {font-family: Arial, Helvetica, sans-serif; font-size: 13pt;}
.t14 {font-family: Arial, Helvetica, sans-serif; font-size: 14pt;}

