﻿body         { font-size: medium; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: Times New Roman, Times, serif; }

h1 { font-size: large; }
h2 { font-size: large; }
h3 { font-size: medium; }
h4 { font-size: medium; }
h5 { font-size: medium; }

li  { font-size: medium; padding-bottom:10px }

.textLarge { font-size: large; }
.textMedium { font-size: medium; }
.textSmall { font-size: small; }

h3#materials   { padding-top: 5px }
#author { font-size: small; font-style:italic; }

.pageTitleShrink { font-size: medium; }

.floatStop { clear:both; margin: 10px 0 10px 0; }
.floatRight { float: right; margin: 0 0 20px 20px; vertical-align: text-top; }
.floatLeft { float: left; margin: 0 10px 5px 0; vertical-align: middle; }