﻿.media
{
    width:          100%;
}

.mediatitle
{
    text-align:     center;
    font-variant:   small-caps;    
    font-weight:    normal;
    font-size:      10pt;
    color:          #009;
}

.mediabody
{
    background-color:   #EEF;
    border:             dashed 1px #009;    
    color:              #009;
    width:              98%;
    padding:            2px 2px 2px 2px;
    margin-left:        auto;
    margin-right:       auto; 
    text-align:         center;   
}

.mediacell
{
    width: 19%;   
}

.mediasubtext
{
    font-size: smaller;   
}