.centred
{
}
.left-stuff
{
    text-align: left;
}

.force-left{
    margin-left: 0px;
}
.force-right{
    margin-left: 35%;
}
.error {
    color: red;
}
.msg_blue {
    color: blue;
}
.msg_red {
    color: red;
}
.msg_black{
    color: black;
    font-weight: bold;
}
.bold{
    font-weight: bold;
}
.centered-paragraph{
    text-align: center;
}
.outlined{
    outline:black dotted thin;
}
.force-full{
    width: auto;
}
.floated-left{
    float: left;
}
.floated-right{
    float: right;
}
.bottom-footer { position:fixed; bottom:0; width:100%; height:110px;}
table {
    margin: 0px auto;
}​