﻿.Item1
{
    background-color: #7395bf;
    width: 150px;
    height: 20px;
    border-style:outset;

}
.Item2
{
    background-color: #cd736b;
    width: 150px;
    height: 20px;
    border-style:outset;
}
.Item3
{
    background-color: Green;
    width: 100px;
}
