

.mystyle {
        border : 3px double #C0C0C0;
}

.mystyle2 {
        border : 4px ridge #FFCC00;
}

.mystyle3 {
        border : 3px double #FFCC00;
}

.mystyle4 {
        border : 4px ridge #006600;
}

.mystyle5 {
        border : 4px double #8B0000;
}

a:link {
        font-family :  arial serif;
        font-size : 16px;
        font-weight : bold;
        color : #8B0000;
        text-decoration : none;
}

a:active {
        font-family :  arial serif;
        font-size : 16px;
        font-weight : bold;
        color : #8B0000;
        text-decoration : none;
}

a:visited {
        font-family :  arial serif;
        font-size : 16px;
        font-weight : bold;
        color : #8B0000;
        text-decoration : none;
}

a:hover {
        font-family :  arial serif;
        font-size : 16px;
        font-weight : bold;
        color : #C0C0C0;
        text-decoration : none;
}

a:link.small {
        font-family : , "garamond" "century", "times new roman", "sans-serif";
        font-size : 16px;
        font-weight : normal;
        color : #8B0000;
        margin : 10px;
        text-align : justify;
        text-decoration : underline;
}

a:active.small {
        font-family : , "garamond" "century", "times new roman", "sans-serif";
        font-size : 16px;
        font-weight : normal;
        color : #8B0000;
        margin : 10px;
        text-align : justify;
        text-decoration : underline;
}

a:visited.small {
        font-family : , "garamond" "century", "times new roman", "sans-serif";
        font-size : 16px;
        font-weight : normal;
        color : #8B0000;
        margin : 10px;
        text-align : justify;
        text-decoration : underline;
}

a:hover.small {
        font-family : , "garamond" "century", "times new roman", "sans-serif";
        font-size : 16px;
        font-weight : normal;
        color : #C0C0C0;
        margin : 10px;
        text-align : justify;
        text-decoration : underline;
}

a:link.email {
        font-family : , "garamond" "century", "times new roman", "sans-serif";
        font-size : 28px;
        font-weight : bold;
        color : #8B0000;
        margin : 10px;
        text-align : justify;
        text-decoration : underline;
}

a:active.email {
        font-family : , "garamond" "century", "times new roman", "sans-serif";
        font-size : 28px;
        font-weight : bold;
        color : #8B0000;
        margin : 10px;
        text-align : justify;
        text-decoration : underline;
}

a:visited.email {
        font-family : , "garamond" "century", "times new roman", "sans-serif";
        font-size : 28px;
        font-weight : bold;
        color : #8B0000;
        margin : 10px;
        text-align : justify;
        text-decoration : underline;
}

a:hover.email {
        font-family : , "garamond" "century", "times new roman", "sans-serif";
        font-size : 28px;
        font-weight : bold;
        color : #C0C0C0;
        margin : 10px;
        text-align : justify;
        text-decoration : underline;
}

h2 {
        font-family : "century", "times new roman", "sans-serif";
        font-size : 30px;
        font-weight : bold;
        color : #8B0000;
        font-style : italic;
}

h2 {
        font-family : "century", "times new roman", "sans-serif";
        font-size : 24px;
        font-weight : bold;
        color : #8B0000;
        font-style : italic;
}


p {
        font-family : , "garamond" "century", "times new roman", "sans-serif";
        font-size : 16px;
        font-weight : normal;
        color : #8B0000;
        margin : 10px;
        text-align : justify;
}


.mypicleft {
        float : left;
        margin : 20px;
}


.mypicleft2 {
        float : left;
        margin : 20px;
        border : 5px ridge #8B0000;
}


.mypicright {
        float : right;
        margin : 20px;
}

.mypiccenter {
        float : center;
        margin : 20px;
}

.mytext {
        font-family : , "garamond" "century", "times new roman", "sans-serif";
        font-size : 28px;
        font-weight : bold;
        color : #8B0000;
        margin : 10px;
        text-align : center;
        text-decoration : none;
}

.mytext2 {
        font-family :  "garamond", "century", "times new roman", "sans-serif";
        font-size : 16px;
        font-weight : bold;
        color : #8B0000;
        margin : 10px;
        text-align : center;
        text-decoration : none;
}

.mytext3 {
        font-family : "georgia", "times new roman", "sans-serif";
        font-size : 14px;
        font-weight : bold;
        color : #8B0000;
        margin : 10px;
        text-align : left;
        text-decoration : none;
}

.mytext4 {
        font-family : "georgia", "times new roman", "sans-serif";
        font-size : 14px;
        font-weight : bold;
        color : #8B0000;
        margin : 10px;
        text-align : center;
        text-decoration : none;
}


.mytext5 {
        font-family : , "garamond" "century", "times new roman", "sans-serif";
        font-size : 16px;
        font-weight : normal;
        color : #8B0000;
        margin : 10px;
        text-align : center;
}

ul {
        color : #8B0000;
}








