/* Stylesheet for Neville-Neil Consutling. */
/* George V. Neville-Neil */

/* Handle media other than the screen intelligently. */
/* @media print, handheld { */
/* background:white; */
/* color:black */
/* } */

TITLE {font-family: Vanagard, "helvetica", sans-serif; font-size: 1.5em}

BODY {font-family: Vanagard, sans-serif; font-size: 1.2em;
margin-left: 5%; margin-right: 5%; background-image:
url("http://www.neville-neil.com/lgrey170.jpg"); color: navy;}

/* First pick a font for ALL headings. */
H1, H2, H3, H4, H5, H6 {font-family: Vangard, sans-serif} 

/* Change the spacing of tables. */
TABLE {border-style: none; width: 100%; font-size: 1.0em}

/* Now change the sizes. */
H1 {font-size: 1.3em}
H2 {font-size: 1.1em}
H3 {font-size: 1.0em}
H4 {font-size: 1.0em}
H5 {font-size: 1.0em; font-style: italic}
H6 {font-size: 0.9em; font-style: italic}

CODE {font-family: courier, sans-serif;}

/* Make our long code blocks in PRE the same as CODE */
PRE {font-family: courier, sans-serif;} 

:link { color: teal }
:visited { color: blue }
:hover {color: red }

