/*
Title:		ptz_index.css
Author:		Mike Bevan
Last Change:	2017-09-08
Status:		Complete and tested; a work in progress.

Copyright (c) 2008 - 2017 Michael A. Bevan

*/

body
{
 font-family: 'Comic Sans MS','Comic Sans','Times New Roman';
 font-size: 12pt;
 text-align: left;
 background-color: #00007f;
}

<!-- Link Colors -->
a:link { color: #00007f; text-decoration: none; font-size:14pt; }
a:visited { color: #00007f; text-decoration: none; font-size:14pt; }
a:active { color: #00007f; text-decoration: none; font-size:14pt; }
a:hover { background: #00007f; color: white; font-size:14pt; }

a.whitelink:link { text-decoration:none; color:white; }
a.whitelink:visited { text-decoration:none; color:white; }
a.whitelink:active { text-decoration:none; color:white; }
a.whitelink:hover { text-decoration:none; color:black; background:white; }

.outside-left
{
 color: white;
 font-size:12pt;
 text-align:left;
}

.outside-right
{
 color: white;
 font-size:12pt;
 text-align:right;
}

table.ptz_table
{
 border: 4px solid black;
 border-style: double;
 width: 620px;
 padding: 2px;
 font-family:'Comic Sans MS','Comic Sans','Times New Roman';
 background-color:white;
 color:black;
 font-size:15pt;
 font-weight:normal;
 margin-left:auto; 
 margin-right:auto;
 text-align:center;
}

td.ptz_table
{
 width: 100%;
}

.ptz_header1
{
 width: 100%;
 font-family:'Comic Sans MS','Comic Sans';
 font-size:35pt;
 font-weight:bold;
 text-align:center;
}

.ptz_header2
{
 width: 100%;
 font-family:'Comic Sans MS','Comic Sans';
 font-size:15pt;
 font-weight:bold;
 text-align:center;
}

img
{
 margin-left:auto; 
 margin-right:auto;
}



