BODY
{
	font: x-small Segoe UI, Arial, sans-serif;
	font-size: x-small;
	margin-left: 0;
	margin-top: 0;
}

A
{
	color: Blue;
}

p
{
    font-family: 'Segoe UI';
    font-size: small;
}

.TextBox
{
    border-style: solid;
    border-width: 1px;
    font-family: 'Segoe UI';
    font-size: smaller;
    padding-left:5px;
    background-color:azure;    
}



.SolveButton
{
    border: none;
    background: #f8c300;
    color: #23538d;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: x-small;
}

