/* standard cascading style sheet */
/* Insert the following within the head of all the dissertation pages: */
/* <link rel="stylesheet" type="text/css" href="pietrostyles_typ.css" /> */
/* within the doc, specify <p class="quoteblock">, i.e., for p.quoteblock */
p 
{font-family: 'Times New Roman'; font-size: 12pt;}
p.quote
{font-family: 'Times New Roman'; font-size: 11pt;  margin-left: 1cm; margin-right: 1cm}
p.caption
{font-family: 'Times New Roman'; font-size: 10pt;  font-style: italic; text-align: center;}
p.shell
{font-family: monospace; font-size: 9pt; text-indent:0mm; margin-left: 3mm; margin-right: 3mm; border: thin solid #000000; background-color: #CCFFFF;}
p.strikethru 
{font-family: 'Times New Roman'; font-size: 12pt;text-decoration: line-through}
p.biblio
{font-family: 'Times New Roman'; font-size: 11pt; text-indent:-5mm; margin-left: 5mm;}

/* any element with class=bord added in brackets will acquire this border. */
.bord {border: thin solid #000000; padding:15%;}

/* specifies the font type and size within tables, since <p> specs don't apply. */
table {font-family: 'Times New Roman'; font-size: 11pt;}
table {caption-side: bottom}

/* specifies format behavior; transition to strict XHTML. */
b {font-weight:bold;}
strong {font-weight:bold;}
i {font-style:italic;}
em {font-style:italic;}

h1
{font-family: 'Times New Roman'; font-size: 20pt; font-weight: bold; font-variant:small-caps; text-align: center;}
h2
{font-family: 'Times New Roman'; font-size: 16pt; font-weight: bold;}
h3
{font-family: 'Times New Roman'; font-size: 14pt; font-weight: bold;}
h4
{font-family: 'Times New Roman'; font-size: 12pt; font-weight: bold; font-style: italic;}

/* output media styles: http://www.w3schools.com/css/css_mediatypes.asp */
/* The following specifies margins for printing the page. */
@media print
{size: 8.5in 11in; margin-top: 1in; margin-left: 1.25in; margin-right: 1.25in; margin-bottom: 1.1in;}
