﻿.page_right_project_image {
    border: solid 1px silver;
    padding: 2px;
}

.page_right_project_content {
    vertical-align: top;
    padding: 5px;
    display: inline-block;
    text-align: justify;
}

    .page_right_project_content a {
        text-decoration: none;
        color: orange;
    }

    .page_right_project_content a:hover {
        color: blue;
    }

.page_right_project_title {
    height: 30px;
    font-weight: bold;
    font-size: 11pt;
}

.page_right_project_content_cont {
}