﻿body
    {  
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0px;
    }
.borderless
    {
        border-collapse:collapse;
    }
.padfromleft
    {
        color: #000099;
        padding-left: 30px;
    }
.toppadding
    {
        padding-top: 35px;
    }
.upperlefthomeplate
	{
		position: absolute;
		top: 10px;
        left:10px;
        width: 50px;
        height: 50px;
        cursor: pointer;
	}
.topcenterhomeplate
	{
        left: 50%;
        transform: translate(-50%);
		position: absolute;
		top: 10px;
        width: 50px;
        height: 50px;
        cursor: pointer;
	}
.pointer
    {
        cursor: pointer;
    }
.pageHeading
    {
        position:relative;
        padding-left: 20px;
        padding-right: 20px;
        border-color: transparent;
        color: gold;
        font-size: 26px;
        font-weight: bold;
    }
