
body { background-image: url(Images/Background.jpg); }

h1, h2, h3, h4, h5, h6 { font-family: Garamond, "times New Roman", serif; color: #23238E;
		background-color: transparent; } //font color blue

h2.trip { color: #23238E; background-color: transparent } //font color blue



p { text-align: Center; color: #000000; background-color: transparent;
		font: 100%/200%  "Arial", Helvetica, sans-serif }

blockquote strong { color: #9B30FF; } //font color purple


a { text-decoration: none; }


.tdedge { border-right: medium solid #cd0000;
        border-left: medium solid #cd0000;
        border-top: medium solid #cd0000;
        border-bottom: medium solid #cd0000; } //font color red


.isbold { font-weight: bold; }
.isitalic { font-style: italic; }
.iscenter { text-align: center; }
.isleft { text-align: left; }
.isright { text-align: right; }
.istop { text-align: top; }

#imglogo { width: 160px; height: 100px; }
