/* VR Communications Style Sheet (VRCommCSS.css) */

/* General Section */

body {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
background: #B7B7B7;
}

p {
font-size: 11px;
}

td {
font-size: 11px;
}

/* Positioning for all pages */

#sidebar {
position: absolute;
top: 300px;
left: 675px;
}

/* Navigation Section */

a:link {
font-size: 12px;
font-variant: small-caps;
text-decoration: none;
color: #FF3300;
}

a:visited {
font-size: 12px;
font-variant: small-caps;
text-decoration: none;
color: #C98300;
}

a:hover {
font-size: 12px;
font-variant: small-caps;
text-decoration: none;
color: #ACACAC;
}

a:active {
font-size: 12px;
font-variant: small-caps;
text-decoration: none;
color: #C98300;
}

/* Headings, Text Section */

h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin-top: 7px;
margin-bottom: 7px;
}

h1 {
text-align: center;
font-size: 18px;
color: #000000;
}

h2 {
text-align: center;
font-size: 15px;
}

h3 {
text-align: left;
font-size: 12px;
}

h4 {
text-align: center;
font-size: 11px;
color: white;
}

h5 {
text-align: center;
font-size: 10px;
}

h6 {
text-align: left;
font-size: 10px;
}

ul { 
list-style-type: square;
}

ol {
list-style-type: decimal;
}

/* Classes */

.sitename {
font-size: 24px;
font-weight: bold;
letter-spacing: 1px;
color: #FF3300;
}

.alert {
font-size: 14px;
color: #FF3300;
}

.caption {
font-size: 10px;
}

.emph {
font-style: italic;
}

.strong {
font-weight: bold;
}

.brand {
color: #FF3300;
}

.filepath {
font-family: "Courier New", Courier, mono;
}

.wintitle {
font-weight: bold;
}