@charset "utf-8";
/* Vic's basic style page */

body {
	color: #006;
	background: white;
	font-family: Arial, Verdana, sans-serif;
}

/* a { cursor: pointer; background: transparent; } */
a:link { color: blue; background: white; text-decoration: underline; }
a:visited { color: purple; background: white; text-decoration: underline; }
a:active { color: red; background: white; text-decoration: underline; }

h1, h2 {
	font-family: "Times New Roman", Garamond, serif;
}

h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
}
