﻿/*
VH3PageStyleNEW.css
*/
body {
	background-image: url('//vh3.ca/Vh3MainImages/VIC-BC-2.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(12px, 2vw, 16px);
	color: black;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* 12pt */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(18px, 2vw, 36px);
	color: #9A1717;
	font-style: italic
}

/* 18pt */

h2 {
	text-align: center;
	color: black;
	font-family: Arial;
	font-size: clamp(12px, 2vw, 16px);
}

h3 {
	text-align: center;
	font-family: Arial;
	font-size: clamp(16px, 2vw, 18px);
}

th {
	color: #9A1717;
	font-size: clamp(13px, 2vw, 21px);
	font-weight: bold;
}

/* 16pt */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: clamp(14px, 2vw, 18px);
	text-align: left;
	background-color: #C0C0C0;
}

a {
	color: #9A1717;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold
}

a:hover {
	color: Blue;
	text-decoration: underline;
}

.StandOutLink {
	color: Blue;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold
}

.StandOutLink:hover {
	color: #008080;
	text-decoration: blink
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}
