<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
	{

		color:black;
		background-color:white;
		font-size: 16px;
		font-family: "Times New Roman", Georgia, Serif;

	}
	/* unvisited link */
	a:link {
		color: red;
	}

	/* visited link */
	a:visited {
		color: red;
	}

	/* mouse over link */
	a:hover {
		color: black;
	}

	/* selected link */
	a:active {
		color: red;
	}
    .Table
    {
        display: table;
		width:880px;
		margin-left: auto;
		margin-right: auto;
    }
    .Title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
    .Heading
    {

        font-weight: bold;
        text-align: center;

    }
    .Heading2
    {
        display: table-cell;
		vertical-align:middle;
		text-align:center;
		font-weight: bold;
        text-align: center;
		font-size:30px;
		height:40px;

    }
	
    .Link
    {	
		text-decoration:none;
	}
    .Row
    {
        display: table-row;
    }
    .Cell
    {
        display: table-cell;
		vertical-align:middle;
		text-align:center;
		padding: 5px 5px 5px 5px;
		width:25%;
		
    }
    .Cell2
    {
        display: table-cell;
		vertical-align:middle;
		text-align:center;
		padding: 5px 5px 5px 5px;
		
    }
    .Picture
    {
        border: 1px solid;
		
    }</pre></body></html>