﻿body {
}
.LabelFamilyMember
{
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    color: Green;
    background-color: #ffccff;
    border: medium dashed #C0C0C0;
}
.AspButton
{
    font-family: Arial;
    font-size: 8px;
    font-weight: bold;
    color: #00FFFF;
    background-color: #000000;
    border: medium dashed #C0C0C0;
}
.AspButton_Light
{
    font-family: 'Times New Roman';
    font-size: large;
    font-weight: lighter;
    color: #008000;
    
    
    font-style: italic;
}
.AspButton_Logout
{
    font-family: 'Arial Black';
    font-size: x-small;
    font-weight: bolder;
    font-style: italic;
    text-decoration: underline;
}

