/* rusi.css
   The first and rather rudimentary Cascading Style Sheet from the website of
   The Royal United Services Institute of Vancouver Island
   www.rusiviccda.org */


.navlink {
	color: #000000;
  text-decoration: none;
  font-family: "Verdana" ;
  font-size: 10pt;
  font-weight: bold; 
}

a:link.navlink     { color : #000000; text-decoration: none; }
a:visited.navlink  { color : #000000; text-decoration: none; }
a:active.navlink   { text-decoration: none; }
a:hover.navlink    { text-decoration: none; }

.sitelink { 
  font-family: "Verdana", "Arial", sans-serif;
  color: #000000;
  text-decoration: none;
  font-size:small;
}

td { vertical-align : top;}
td.menu { 
  color: #ffffff; 
	background-color: #ff0000; 
	text-decoration: none; 
	font-family: verdana;
	font-size: 10pt; 
	font-weight: bold;
}

p.notice {
  border-style: solid;
  border-width: medium;
  border-color: red;
  padding: 10px 10px 10px 10px;
  background: #ffffcc;
}

.member {
  margin: 16px 0px 0px 0px;
  font-size: 115%;
  font-weight: bold; }
.brief {
  font-size: 87%;
  font-weight: normal;
}
p.topics { margin: 0px 0px 0px 0px; }
p.phone  { margin: 0px 0px 0px 0px; }


.plainlink {
  font-family: "Bodoni", "Garamond", "Times New Roman", serif;
  font-size: medium;
  color: #000000;
  text-decoration: none;}

.rusititle {
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  color:#4C2C84;
  text-decoration: none;
  font-size: large; vertical-align: middle;}

.artTitle {
  font-size: 150%;
  font-family: "Tahoma", "Verdana", sans-serif;
  color: #663300;
  margin : 0px 0px 0px 0px;
}

.artSubTitle {
  font-size: large;
  font-family: "Tahoma", "Verdana", sans-serif;
  color: #663300;
  margin : 0px 0px 0px 0px;
}

.artSubSubTitle {
  font-size: Medium;
  font-family: "Tahoma", "Verdana", sans-serif;
  color: #663300;}

.artByLine {
  color: #009900;
}

.artText {
  font-family: "Bodoni", "Garamond", "Times New Roman", serif;
  font-size: medium;
  color: #000000; }

.bioNote {
  font-family: "Tahoma", "Verdana", sans-serif;
  color: #000099;
  margin-top : 0px;
  margin-bottom : 0px;
}

H1, H2, H3, H4, H5, H6 { 
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	color: #663300; font-weight: normal;
	margin-top: 0px;
	margin-bottom : 0px;
}
h1 { font-size: 135%; }
h2 { font-size: 130%; }
h3 { font-size: 125%; }
h4 { font-size: 120%; }
h5 { font-size: 115%; }
h6 { font-size: 110%; }

