html
{
}

body
{
	background-color: #07f;
	color: #000;
	font-family: tahoma,verdana,arial;
	display: flex;
	justify-content: center;
}



/* links */

a
{
    text-decoration: none;	
}

a:link
{
	color: #009;
}

a:visited
{
	color: #009;
}

a:hover
{
	color: #009;
    text-decoration: underline;	
}

a:active
{
	color: #ff0;
}



/* page */

div.page
{
	font-size: 18px;
	background-color: #fff;
	width: 100%; /* force to be wide when text content does not; such as cv & contact pages */
	max-width: 1024px; /* restrict page to be only so wide, such as when maximized in desktop */
	margin: 50px;
	padding: 50px;
}


/* header */

div.header
{
	color: #000;
	background-color: #fff;
	text-align: center;
	padding: 0px;
}

div.title
{
	padding: 0px;
	margin-bottom: 0px;
}

div.subtitle
{
	font-size: 18px;
	font-family: arial;
	padding: 0px;
	margin-bottom: 5px;
}


div.socialicons
{
	padding: 0px;
	margin: 0px;
	text-align: right;
}


/* main */

div.main
{
	color: #000;
	background-color: #fff;
	font-family:  tahoma,verdana,arial;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}

div.heading
{
	font-family: georgia,arial;
	font-size: 48px;
	text-align: center;
	font-variant: small-caps;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 50px;
}



/* footer */

div.footer
{
	color: #000;
	background-color: #fff;
	font-family: tahoma,verdana,arial;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	padding-top: 50px;
	border-top: 1px solid #ddd;
}



/* tables */

table.visible
{
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	border-spacing: 2px;
}

.visible th
{
	font-size: 16px;
	padding: 10px;
    background-color: #ddd;
	text-align: center; 
}

.visible td
{
	font-size: 16px;
	padding: 10px;
    background-color: #eee;
}

.visible td.trailer
{
	text-align: center; 
}



/* quotes */

p.quote {
    background-color: #eee;
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #000000;
    margin-left: 96px;
    margin-right: 96px;
    padding: 16px;
}

p.code
{
	color: #000;
	font-size: 16px;
	font-family: courier new,courier;
	background-color: #f7f7ff;
	margin-left: 30px;
	margin-right: 30px;
	padding: 15px;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}



/* staff pages */

table.staffInfo
{
}

td.staffInfoLeft
{
font-weight: bold;
text-align: right;
vertical-align: top;
padding-right: 5px;
}

td.staffInfoRight
{
padding-left: 5px;
border-left: 1px solid #dfdfdf;
}
