body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}

body {
    text-align: center;
    background-color: #2ea7e0;
}

.article-text {
    width: 400px;
    text-align: center;
    margin: 0px auto 10px;
}

.article-image {
    margin: 2px 2px 2px 2px
}

.article-image img {
    width: 400px;
}

.article-title {
    width: 600px;
    text-align: left;
    margin:0px auto 10px;
    font-size: 25px;
    font-weight: bold;
    color: #4fa0f3;
}

.article {
	max-width: 404px;
	max-height: 404px;
	width: 100%;
    height: 100%;
    text-align: left;
    margin:0px auto 20px;
    padding: 0px 0px 0px 0px;
    border-width: 1px 1px 1px 1px;
    border-color: #e2e2e2;
    border-style: solid;
}

.article-text a {
	color: #ffffff;
}