﻿@import url('main.css');
/* Cannot override classes of an import. Use new class name. */

.titleWithPicture
{
    display:block;
	margin: auto;
	font-family: 'Bookman Old Style' , 'Times New Roman';
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #0000FF;
	height: 300px;
	background-position: center;
	border-style: double;
	border-width: medium;
	background-repeat: no-repeat;
	font-size: xx-large;
    max-width: 100%;
    width: 520px;
    style="background-image:url('')"; 
    title=""
}

.pictureTable{
	margin: 2em auto auto auto;
	max-width: 100%;
	height: auto;
}