﻿.groupContainer
{
    text-align: center;

}

.groupBorder
{
    padding: 3px;
    margin: 3px;
    border: thin solid #888a85;
    background-color: #FFFFFF;
}

.groupURL
{   
    text-align: right;
     
    
}

button
{
    text-align:right;
}

.testCSS
{
    background: pink;
    color: Purple;
}

newItem 
{
    color:Red;
    background-color:Yellow;
    font-style:italic;    
}