/* Stylesheet for my resume */
/* 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.0em; text-align:
justify; margin-left: 5%}

/* First pick a font for ALL headings. */
H1, H2, H3, H4, H5, H6 {font-family: "Minion Web", Palatino, "Times
New Roman", serif} 

/* Change the spacing of tables. */
TABLE {border: solid black; width: 90%}

/* Make our paragraphs start a bit in (like they should!) */
P {text-indent: 5%}

/* Now change the sizes. */
H1 {font-size: 1.3em}
H2 {font-size: 1.2em}
H3 {font-size: 1.1em}
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;} 

.more {
background-color: #003333; 
border-width: thin;
border-color:black;
border-style: ridge; 
color: white; 
font-family: verdana, geneva, sans-serif; 
font-size: 0.9em; 
vertical-align: text-bottom;
padding-left: 1.0em;
padding-right: 1.0em;
}
