﻿/****** Build up reset styles and generic styles ******/

.clear { clear: both; }

/****** =Links ******/
a { text-decoration: underline; }
a:hover { text-decoration: none; }

/****** =Text Elements ******/
p { margin: 1em 0em; line-height: 1.5em; }

strong { font-weight: bold; }

h1 { font-size: 2em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }

.width100 { width: 100%; }
.width50 { width: 50%; }

.AlignRight { text-align: right; }
.AlignCenter { text-align: center; }
.AlignTop { vertical-align: top; }

ul { margin: 0.5em 1.5em; }
li { list-style-type: disc; line-height: 2em; }
ol { list-style-type: decimal; line-height: 2em; }

blockquote { margin: 0.5em 1.5em; line-height: 1.5em; }

sup { font-size: 0.5em; }

.nowrap { white-space: nowrap; }

